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) class
InProcessTransport
Methods in io.grpc.inprocess that return ConnectionClientTransport Modifier and Type Method Description ConnectionClientTransport
InProcessChannelBuilder.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 class
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
(package private) class
ForwardingConnectionClientTransport
(package private) static class
InternalSubchannel.CallTracingTransport
Fields in io.grpc.internal declared as ConnectionClientTransport Modifier and Type Field Description private ConnectionClientTransport
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport. delegate
private ConnectionClientTransport
InternalSubchannel.CallTracingTransport. delegate
private ConnectionClientTransport
InternalSubchannel. pendingTransport
The to-be active transport, which is not ready yet.(package private) ConnectionClientTransport
InternalSubchannel.TransportListener. transport
private ConnectionClientTransport
KeepAliveManager.ClientKeepAlivePinger. transport
Fields in io.grpc.internal with type parameters of type ConnectionClientTransport Modifier and Type Field Description private InUseStateAggregator<ConnectionClientTransport>
InternalSubchannel. inUseStateAggregator
private java.util.Collection<ConnectionClientTransport>
InternalSubchannel. transports
All transports that are not terminated.Methods in io.grpc.internal that return ConnectionClientTransport Modifier and Type Method Description protected ConnectionClientTransport
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport. delegate()
protected abstract ConnectionClientTransport
ForwardingConnectionClientTransport. delegate()
protected ConnectionClientTransport
InternalSubchannel.CallTracingTransport. delegate()
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.Methods in io.grpc.internal with parameters of type ConnectionClientTransport Modifier and Type Method Description private void
InternalSubchannel. 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) class
NettyClientTransport
A Netty-basedConnectionClientTransport
implementation.Methods in io.grpc.netty that return ConnectionClientTransport Modifier and Type Method Description ConnectionClientTransport
NettyChannelBuilder.NettyTransportFactory. newClientTransport(java.net.SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)
-