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 ConnectionClientTransportInProcessChannelBuilder.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.ClientTransportOptionsClientTransportFactory.ClientTransportOptions. setAuthority(java.lang.String authority)Sets the non-null authority.ClientTransportFactory.ClientTransportOptionsClientTransportFactory.ClientTransportOptions. setChannelLogger(ChannelLogger channelLogger)ClientTransportFactory.ClientTransportOptionsClientTransportFactory.ClientTransportOptions. setEagAttributes(Attributes eagAttributes)Sets the non-null EquivalentAddressGroup's attributes.ClientTransportFactory.ClientTransportOptionsClientTransportFactory.ClientTransportOptions. setHttpConnectProxiedSocketAddress(HttpConnectProxiedSocketAddress connectProxiedSocketAddr)ClientTransportFactory.ClientTransportOptionsClientTransportFactory.ClientTransportOptions. setUserAgent(java.lang.String userAgent)Methods in io.grpc.internal with parameters of type ClientTransportFactory.ClientTransportOptions Modifier and Type Method Description ConnectionClientTransportCallCredentialsApplyingTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)ConnectionClientTransportClientTransportFactory. 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 ConnectionClientTransportNettyChannelBuilder.NettyTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
-