mirror of https://github.com/grpc/grpc-java.git
This adds a method on GrpcHttp2ConnectionHandler which, when called, indicates that the channel associated with the handler is no longer needed. Notes: * The handler may not be on the channel, but will either need to be added or will never be added. * The channel will only be "unused" on the server side. * It is expected that after calling `notifyUnused()`, the channel will be deregistered from the loop without being properly shut down. This allows the channel to be handed off to a Non-netty API. |
||
|---|---|---|
| .. | ||
| shaded | ||
| src | ||
| BUILD.bazel | ||
| build.gradle | ||