We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a782 commit 11ba23cCopy full SHA for 11ba23c
1 file changed
servlet/src/main/java/io/grpc/servlet/GrpcServlet.java
@@ -31,7 +31,7 @@
31
* "/full-service-name/short-method-name".
32
* If you use application server and want to get access to grpc from non root path
33
* for example {@code /deployment-name/full-service-name/short-method-name}
34
- * you must override {@link #getMethod()}.
+ * you must override {@link #getMethod(HttpServletRequest)}.
35
* <a href=https://github.com/grpc/grpc-java/pull/11825>More info</a>.
36
*
37
* <p>The API is experimental. The authors would like to know more about the real usecases. Users
0 commit comments