public static interface InternalNettyChannelBuilder.TransportCreationParamsFilter
InternalNettyChannelBuilder.TransportCreationParamsFilter
are those that may depend on late-known information about
a client transport. This interface can be used to dynamically alter params based on the
params of ClientTransportFactory#newClientTransport
.Modifier and Type | Method and Description |
---|---|
String |
getAuthority() |
ProtocolNegotiator |
getProtocolNegotiator() |
SocketAddress |
getTargetServerAddress() |
String |
getUserAgent() |
SocketAddress getTargetServerAddress()
String getAuthority()
ProtocolNegotiator getProtocolNegotiator()
Copyright © 2018. All rights reserved.