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 classInternalProtocolNegotiators.ProtocolNegotiationHandler(package private) static classProtocolNegotiators.ClientTlsHandler(package private) static classProtocolNegotiators.ProxyProtocolNegotiationHandlerA Proxy handler followsProtocolNegotiators.ProtocolNegotiationHandlerpattern.(package private) static classProtocolNegotiators.WaitUntilActiveHandlerWaits for the channel to be active, and then installs the next Handler.
-