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 aServerCredentials
to a negotiator, in similar fashion as for a new server.Methods in io.grpc.netty with parameters of type InternalProtocolNegotiator.ServerFactoryModifier and TypeMethodDescriptionstatic ServerCredentials
InternalNettyServerCredentials.create
(InternalProtocolNegotiator.ServerFactory negotiator) Creates aServerCredentials
that will use the providednegotiator
.