Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.netty |
The main transport implementation based on Netty,
for both the client and the server.
|
io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
NameResolver.Args.getChannelLogger()
Returns the
ChannelLogger for the Channel served by this NameResolver. |
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 |
---|---|
NameResolver.Args.Builder |
NameResolver.Args.Builder.setChannelLogger(ChannelLogger channelLogger)
|
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
GrpcHttp2ConnectionHandler.getNegotiationLogger()
Returns the channel logger for the given channel context.
|
Constructor and Description |
---|
GrpcHttp2ConnectionHandler(io.netty.channel.ChannelPromise channelUnused,
io.netty.handler.codec.http2.Http2ConnectionDecoder decoder,
io.netty.handler.codec.http2.Http2ConnectionEncoder encoder,
io.netty.handler.codec.http2.Http2Settings initialSettings,
ChannelLogger negotiationLogger) |
Modifier and Type | Method and Description |
---|---|
ChannelLogger |
ForwardingSubchannel.getChannelLogger() |
ChannelLogger |
ForwardingLoadBalancerHelper.getChannelLogger() |