Uses of Interface
io.grpc.netty.InternalProtocolNegotiator.ServerFactory
-
Packages that use InternalProtocolNegotiator.ServerFactory Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of InternalProtocolNegotiator.ServerFactory in io.grpc.netty
Methods in io.grpc.netty that return InternalProtocolNegotiator.ServerFactory Modifier and Type Method Description static InternalProtocolNegotiator.ServerFactoryInternalNettyServerCredentials. toNegotiator(ServerCredentials serverCredentials)Converts aServerCredentialsto a negotiator, in similar fashion as for a new server.Methods in io.grpc.netty with parameters of type InternalProtocolNegotiator.ServerFactory Modifier and Type Method Description static ServerCredentialsInternalNettyServerCredentials. create(InternalProtocolNegotiator.ServerFactory negotiator)Creates aServerCredentialsthat will use the providednegotiator.
-