Uses of Class
io.grpc.internal.ClientTransportFactory.ClientTransportOptions
Packages that use ClientTransportFactory.ClientTransportOptions
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ClientTransportFactory.ClientTransportOptions in io.grpc.inprocess
Methods in io.grpc.inprocess with parameters of type ClientTransportFactory.ClientTransportOptionsModifier and TypeMethodDescriptionInProcessChannelBuilder.InProcessClientTransportFactory.newClientTransport
(SocketAddress addr, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) -
Uses of ClientTransportFactory.ClientTransportOptions in io.grpc.internal
Methods in io.grpc.internal that return ClientTransportFactory.ClientTransportOptionsModifier and TypeMethodDescriptionClientTransportFactory.ClientTransportOptions.setAuthority
(String authority) Sets the non-null authority.ClientTransportFactory.ClientTransportOptions.setChannelLogger
(ChannelLogger channelLogger) ClientTransportFactory.ClientTransportOptions.setEagAttributes
(Attributes eagAttributes) Sets the non-null EquivalentAddressGroup's attributes.ClientTransportFactory.ClientTransportOptions.setHttpConnectProxiedSocketAddress
(HttpConnectProxiedSocketAddress connectProxiedSocketAddr) ClientTransportFactory.ClientTransportOptions.setUserAgent
(String userAgent) Methods in io.grpc.internal with parameters of type ClientTransportFactory.ClientTransportOptionsModifier and TypeMethodDescriptionCallCredentialsApplyingTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) ClientTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) Creates an unstarted transport for exclusive use. -
Uses of ClientTransportFactory.ClientTransportOptions in io.grpc.netty
Methods in io.grpc.netty with parameters of type ClientTransportFactory.ClientTransportOptionsModifier and TypeMethodDescriptionNettyChannelBuilder.NettyTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)