Uses of Interface
io.grpc.netty.InternalProtocolNegotiator.ServerFactory
Packages that use InternalProtocolNegotiator.ServerFactory
Package
Description
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.ServerFactoryModifier and TypeMethodDescriptionInternalNettyServerCredentials.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.ServerFactoryModifier and TypeMethodDescriptionstatic ServerCredentialsInternalNettyServerCredentials.create(InternalProtocolNegotiator.ServerFactory negotiator) Creates aServerCredentialsthat will use the providednegotiator.