Uses of Class
io.grpc.netty.ProtocolNegotiators.FromServerCredentialsResult
-
Packages that use ProtocolNegotiators.FromServerCredentialsResult Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ProtocolNegotiators.FromServerCredentialsResult in io.grpc.netty
Methods in io.grpc.netty that return ProtocolNegotiators.FromServerCredentialsResult Modifier and Type Method Description static ProtocolNegotiators.FromServerCredentialsResultProtocolNegotiators.FromServerCredentialsResult. error(java.lang.String error)static ProtocolNegotiators.FromServerCredentialsResultProtocolNegotiators. from(ServerCredentials creds)static ProtocolNegotiators.FromServerCredentialsResultProtocolNegotiators.FromServerCredentialsResult. negotiator(ProtocolNegotiator.ServerFactory factory)
-