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.ServerFactory
InternalNettyServerCredentials. toNegotiator(ServerCredentials serverCredentials)
Converts aServerCredentials
to 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 ServerCredentials
InternalNettyServerCredentials. create(InternalProtocolNegotiator.ServerFactory negotiator)
Creates aServerCredentials
that will use the providednegotiator
.
-