mirror of https://github.com/grpc/grpc-java.git
Resolves #511. - In generated code, make CONFIG private and METHOD_* fields public. METHOD_* fields are MethodDescriptors now, users of the CONFIG field should switch to using the METHOD_* fields. - Move MethodType into MethodDescriptor (#529). - Unify the fully qualified method name. It is fully qualified service name + slash + short method name. It doesn't have the leading slash. - HandlerRegistry switches the key from short method name to fully qualified method name. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||