Uses of Class
io.grpc.netty.ProtocolNegotiators.ProtocolNegotiationHandler
-
Packages that use ProtocolNegotiators.ProtocolNegotiationHandler Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ProtocolNegotiators.ProtocolNegotiationHandler in io.grpc.netty
Subclasses of ProtocolNegotiators.ProtocolNegotiationHandler in io.grpc.netty Modifier and Type Class Description static class
InternalProtocolNegotiators.ProtocolNegotiationHandler
(package private) static class
ProtocolNegotiators.ClientTlsHandler
(package private) static class
ProtocolNegotiators.ProxyProtocolNegotiationHandler
A Proxy handler followsProtocolNegotiators.ProtocolNegotiationHandler
pattern.(package private) static class
ProtocolNegotiators.WaitUntilActiveHandler
Waits for the channel to be active, and then installs the next Handler.
-