Uses of Class
io.grpc.internal.ClientTransportFactory.ClientTransportOptions
-
Packages that use ClientTransportFactory.ClientTransportOptions Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.ClientTransportOptions Modifier and Type Method Description ConnectionClientTransport
InProcessChannelBuilder.InProcessClientTransportFactory. newClientTransport(java.net.SocketAddress addr, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
-
Uses of ClientTransportFactory.ClientTransportOptions in io.grpc.internal
Methods in io.grpc.internal that return ClientTransportFactory.ClientTransportOptions Modifier and Type Method Description ClientTransportFactory.ClientTransportOptions
ClientTransportFactory.ClientTransportOptions. setAuthority(java.lang.String authority)
Sets the non-null authority.ClientTransportFactory.ClientTransportOptions
ClientTransportFactory.ClientTransportOptions. setChannelLogger(ChannelLogger channelLogger)
ClientTransportFactory.ClientTransportOptions
ClientTransportFactory.ClientTransportOptions. setEagAttributes(Attributes eagAttributes)
Sets the non-null EquivalentAddressGroup's attributes.ClientTransportFactory.ClientTransportOptions
ClientTransportFactory.ClientTransportOptions. setHttpConnectProxiedSocketAddress(HttpConnectProxiedSocketAddress connectProxiedSocketAddr)
ClientTransportFactory.ClientTransportOptions
ClientTransportFactory.ClientTransportOptions. setUserAgent(java.lang.String userAgent)
Methods in io.grpc.internal with parameters of type ClientTransportFactory.ClientTransportOptions Modifier and Type Method Description ConnectionClientTransport
CallCredentialsApplyingTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
ConnectionClientTransport
ClientTransportFactory. newClientTransport(java.net.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.ClientTransportOptions Modifier and Type Method Description ConnectionClientTransport
NettyChannelBuilder.NettyTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
-