Class HttpServerTracingHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.channel.CombinedChannelDuplexHandler<HttpServerRequestTracingHandler,HttpServerResponseTracingHandler>
io.opentelemetry.instrumentation.netty.v4_1.internal.server.HttpServerTracingHandler
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler
public class HttpServerTracingHandler
extends io.netty.channel.CombinedChannelDuplexHandler<HttpServerRequestTracingHandler,HttpServerResponseTracingHandler>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionHttpServerTracingHandler(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.instrumentation.netty.v4.common.HttpRequestAndChannel, io.netty.handler.codec.http.HttpResponse> instrumenter, HttpServerResponseBeforeCommitHandler responseBeforeCommitHandler) -
Method Summary
Methods inherited from class io.netty.channel.CombinedChannelDuplexHandler
bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, inboundHandler, init, outboundHandler, read, removeInboundHandler, removeOutboundHandler, userEventTriggered, writeMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
HttpServerTracingHandler
public HttpServerTracingHandler(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.instrumentation.netty.v4.common.HttpRequestAndChannel, io.netty.handler.codec.http.HttpResponse> instrumenter, HttpServerResponseBeforeCommitHandler responseBeforeCommitHandler)
-