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 classFields in io.grpc.internal declared as ConnectionClientTransportModifier and TypeFieldDescriptionprivate final ConnectionClientTransportCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport.delegateprivate final ConnectionClientTransportInternalSubchannel.CallTracingTransport.delegateprivate ConnectionClientTransportInternalSubchannel.pendingTransportThe to-be active transport, which is not ready yet.(package private) final ConnectionClientTransportInternalSubchannel.TransportListener.transportprivate final ConnectionClientTransportKeepAliveManager.ClientKeepAlivePinger.transportFields in io.grpc.internal with type parameters of type ConnectionClientTransportModifier and TypeFieldDescriptionprivate final InUseStateAggregator<ConnectionClientTransport> InternalSubchannel.inUseStateAggregatorprivate final Collection<ConnectionClientTransport> InternalSubchannel.transportsAll transports that are not terminated.Methods in io.grpc.internal that return ConnectionClientTransportModifier and TypeMethodDescriptionprotected ConnectionClientTransportCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport.delegate()protected abstract ConnectionClientTransportForwardingConnectionClientTransport.delegate()protected ConnectionClientTransportInternalSubchannel.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 voidInternalSubchannel.handleTransportInUseState(ConnectionClientTransport transport, boolean inUse) Constructors in io.grpc.internal with parameters of type ConnectionClientTransportModifierConstructorDescription(package private)CallCredentialsApplyingTransport(ConnectionClientTransport delegate, String authority) privateCallTracingTransport(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) classA Netty-basedConnectionClientTransportimplementation.Methods in io.grpc.netty that return ConnectionClientTransportModifier and TypeMethodDescriptionNettyChannelBuilder.NettyTransportFactory.newClientTransport(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger)