Uses of Class
io.grpc.ChannelLogger
Packages that use ChannelLogger
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ChannelLogger in io.grpc
Methods in io.grpc that return ChannelLoggerModifier and TypeMethodDescriptionLoadBalancer.Helper.getChannelLogger()
Returns theChannelLogger
for the Channel served by this LoadBalancer.LoadBalancer.Subchannel.getChannelLogger()
Returns aChannelLogger
for this Subchannel.NameResolver.Args.getChannelLogger()
Returns theChannelLogger
for the Channel served by this NameResolver.Methods in io.grpc with parameters of type ChannelLoggerModifier and TypeMethodDescriptionNameResolver.Args.Builder.setChannelLogger
(ChannelLogger channelLogger) -
Uses of ChannelLogger in io.grpc.internal
Methods in io.grpc.internal that return ChannelLoggerModifier and TypeMethodDescriptionClientTransportFactory.ClientTransportOptions.getChannelLogger()
Methods in io.grpc.internal with parameters of type ChannelLoggerModifier and TypeMethodDescriptionClientTransportFactory.newClientTransport
(SocketAddress serverAddress, ClientTransportFactory.ClientTransportOptions options, ChannelLogger channelLogger) Creates an unstarted transport for exclusive use.ClientTransportFactory.ClientTransportOptions.setChannelLogger
(ChannelLogger channelLogger) -
Uses of ChannelLogger in io.grpc.netty
Methods in io.grpc.netty that return ChannelLoggerModifier and TypeMethodDescriptionGrpcHttp2ConnectionHandler.getNegotiationLogger()
Returns the channel logger for the given channel context.Methods in io.grpc.netty with parameters of type ChannelLoggerModifier and TypeMethodDescriptionstatic io.netty.channel.ChannelHandler
InternalProtocolNegotiators.clientTlsHandler
(io.netty.channel.ChannelHandler next, io.netty.handler.ssl.SslContext sslContext, String authority, ChannelLogger negotiationLogger) static io.netty.channel.ChannelHandler
InternalProtocolNegotiators.waitUntilActiveHandler
(io.netty.channel.ChannelHandler next, ChannelLogger negotiationLogger) Internal version ofProtocolNegotiators.WaitUntilActiveHandler
.Constructors in io.grpc.netty with parameters of type ChannelLoggerModifierConstructorDescriptionprotected
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) protected
ProtocolNegotiationHandler
(io.netty.channel.ChannelHandler next, ChannelLogger negotiationLogger) protected
ProtocolNegotiationHandler
(io.netty.channel.ChannelHandler next, String negotiatorName, ChannelLogger negotiationLogger) -
Uses of ChannelLogger in io.grpc.util
Methods in io.grpc.util that return ChannelLoggerModifier and TypeMethodDescriptionForwardingLoadBalancerHelper.getChannelLogger()
ForwardingSubchannel.getChannelLogger()