Uses of Interface
io.grpc.internal.ConnectionClientTransport
Packages that use ConnectionClientTransport
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 ConnectionClientTransport in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ConnectionClientTransportMethods in io.grpc.inprocess that return ConnectionClientTransportModifier and TypeMethodDescriptionInProcessChannelBuilder.InProcessClientTransportFactory.newClientTransport
(SocketAddress addr, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) -
Uses of ConnectionClientTransport in io.grpc.internal
Classes in io.grpc.internal that implement ConnectionClientTransportModifier and TypeClassDescriptionprivate class
(package private) class
(package private) static final class
Fields in io.grpc.internal declared as ConnectionClientTransportModifier and TypeFieldDescriptionprivate final ConnectionClientTransport
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport.delegate
private final ConnectionClientTransport
InternalSubchannel.CallTracingTransport.delegate
private ConnectionClientTransport
InternalSubchannel.pendingTransport
The to-be active transport, which is not ready yet.(package private) final ConnectionClientTransport
InternalSubchannel.TransportListener.transport
private final ConnectionClientTransport
KeepAliveManager.ClientKeepAlivePinger.transport
Fields in io.grpc.internal with type parameters of type ConnectionClientTransportModifier and TypeFieldDescriptionprivate final InUseStateAggregator
<ConnectionClientTransport> InternalSubchannel.inUseStateAggregator
private final Collection
<ConnectionClientTransport> InternalSubchannel.transports
All transports that are not terminated.Methods in io.grpc.internal that return ConnectionClientTransportModifier and TypeMethodDescriptionprotected ConnectionClientTransport
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport.delegate()
protected abstract ConnectionClientTransport
ForwardingConnectionClientTransport.delegate()
protected ConnectionClientTransport
InternalSubchannel.CallTracingTransport.delegate()
CallCredentialsApplyingTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) ClientTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) Creates an unstarted transport for exclusive use.Methods in io.grpc.internal with parameters of type ConnectionClientTransportModifier and TypeMethodDescriptionprivate void
InternalSubchannel.handleTransportInUseState
(ConnectionClientTransport transport, boolean inUse) Constructors in io.grpc.internal with parameters of type ConnectionClientTransportModifierConstructorDescription(package private)
CallCredentialsApplyingTransport
(ConnectionClientTransport delegate, String authority) private
CallTracingTransport
(ConnectionClientTransport delegate, CallTracer callTracer) ClientKeepAlivePinger
(ConnectionClientTransport transport) (package private)
TransportListener
(ConnectionClientTransport transport) -
Uses of ConnectionClientTransport in io.grpc.netty
Classes in io.grpc.netty that implement ConnectionClientTransportModifier and TypeClassDescription(package private) class
A Netty-basedConnectionClientTransport
implementation.Methods in io.grpc.netty that return ConnectionClientTransportModifier and TypeMethodDescriptionNettyChannelBuilder.NettyTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)