Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
LoadBalancer.Helper.getChannelLogger()
Returns the
ChannelLogger for the Channel served by this LoadBalancer. |
ChannelLogger |
LoadBalancer.Subchannel.getChannelLogger()
Returns a
ChannelLogger for this Subchannel. |
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
ClientTransportFactory.ClientTransportOptions.getChannelLogger() |
Modifier and Type | Method and Description |
---|---|
ConnectionClientTransport |
ClientTransportFactory.newClientTransport(SocketAddress serverAddress,
ClientTransportFactory.ClientTransportOptions options,
ChannelLogger channelLogger)
Creates an unstarted transport for exclusive use.
|
ClientTransportFactory.ClientTransportOptions |
ClientTransportFactory.ClientTransportOptions.setChannelLogger(ChannelLogger channelLogger) |
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
ForwardingLoadBalancerHelper.getChannelLogger() |
Copyright © 2019. All rights reserved.