Package io.grpc.netty
Class ProtocolNegotiators.FromChannelCredentialsResult
java.lang.Object
io.grpc.netty.ProtocolNegotiators.FromChannelCredentialsResult
- Enclosing class:
ProtocolNegotiators
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FromChannelCredentialsResult
(ProtocolNegotiator.ClientFactory negotiator, CallCredentials creds, String error) -
Method Summary
-
Field Details
-
negotiator
-
callCredentials
-
error
-
-
Constructor Details
-
FromChannelCredentialsResult
private FromChannelCredentialsResult(ProtocolNegotiator.ClientFactory negotiator, CallCredentials creds, String error)
-
-
Method Details
-
error
-
negotiator
public static ProtocolNegotiators.FromChannelCredentialsResult negotiator(ProtocolNegotiator.ClientFactory factory) -
withCallCredentials
public ProtocolNegotiators.FromChannelCredentialsResult withCallCredentials(CallCredentials callCreds)
-