grpc-java/netty
Carl Mastrangelo a3d801d07d
netty: make GrpcHttp2ConnectionHandler able to indicate it will no longer be used
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.
2018-01-11 14:12:12 -08:00
..
shaded Shade Netty transport, with tcnative 2017-12-08 14:02:35 -08:00
src netty: make GrpcHttp2ConnectionHandler able to indicate it will no longer be used 2018-01-11 14:12:12 -08:00
BUILD.bazel Also fix bazel name of io.netty:netty-transport 2017-08-23 15:48:08 -07:00
build.gradle Move jmh benchmarks to their respective modules 2017-08-28 13:37:39 -07:00