Uses of Interface
io.grpc.internal.ConnectionClientTransport
-
Packages that use ConnectionClientTransport 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 ConnectionClientTransport in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ConnectionClientTransport Modifier and Type Class Description (package private) classInProcessTransportMethods in io.grpc.inprocess that return ConnectionClientTransport Modifier and Type Method Description ConnectionClientTransportInProcessChannelBuilder.InProcessClientTransportFactory. newClientTransport(java.net.SocketAddress addr, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) -
Uses of ConnectionClientTransport in io.grpc.internal
Classes in io.grpc.internal that implement ConnectionClientTransport Modifier and Type Class Description private classCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport(package private) classForwardingConnectionClientTransport(package private) static classInternalSubchannel.CallTracingTransportFields in io.grpc.internal declared as ConnectionClientTransport Modifier and Type Field Description private ConnectionClientTransportCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport. delegateprivate ConnectionClientTransportInternalSubchannel.CallTracingTransport. delegateprivate ConnectionClientTransportInternalSubchannel. pendingTransportThe to-be active transport, which is not ready yet.(package private) ConnectionClientTransportInternalSubchannel.TransportListener. transportprivate ConnectionClientTransportKeepAliveManager.ClientKeepAlivePinger. transportFields in io.grpc.internal with type parameters of type ConnectionClientTransport Modifier and Type Field Description private InUseStateAggregator<ConnectionClientTransport>InternalSubchannel. inUseStateAggregatorprivate java.util.Collection<ConnectionClientTransport>InternalSubchannel. transportsAll transports that are not terminated.Methods in io.grpc.internal that return ConnectionClientTransport Modifier and Type Method Description protected ConnectionClientTransportCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport. delegate()protected abstract ConnectionClientTransportForwardingConnectionClientTransport. delegate()protected ConnectionClientTransportInternalSubchannel.CallTracingTransport. delegate()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.Methods in io.grpc.internal with parameters of type ConnectionClientTransport Modifier and Type Method Description private voidInternalSubchannel. handleTransportInUseState(ConnectionClientTransport transport, boolean inUse)Constructors in io.grpc.internal with parameters of type ConnectionClientTransport Constructor Description CallCredentialsApplyingTransport(ConnectionClientTransport delegate, java.lang.String authority)CallTracingTransport(ConnectionClientTransport delegate, CallTracer callTracer)ClientKeepAlivePinger(ConnectionClientTransport transport)TransportListener(ConnectionClientTransport transport) -
Uses of ConnectionClientTransport in io.grpc.netty
Classes in io.grpc.netty that implement ConnectionClientTransport Modifier and Type Class Description (package private) classNettyClientTransportA Netty-basedConnectionClientTransportimplementation.Methods in io.grpc.netty that return ConnectionClientTransport Modifier and Type Method Description ConnectionClientTransportNettyChannelBuilder.NettyTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
-