Class HttpClientTracingHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.channel.CombinedChannelDuplexHandler<HttpClientResponseTracingHandler,HttpClientRequestTracingHandler>
io.opentelemetry.instrumentation.netty.v4_1.internal.client.HttpClientTracingHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler

public class HttpClientTracingHandler extends io.netty.channel.CombinedChannelDuplexHandler<HttpClientResponseTracingHandler,HttpClientRequestTracingHandler>
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

    Constructors
    Constructor
    Description
    HttpClientTracingHandler(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.instrumentation.netty.v4.common.HttpRequestAndChannel,io.netty.handler.codec.http.HttpResponse> instrumenter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)
     
    void
    exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
     

    Methods inherited from class io.netty.channel.CombinedChannelDuplexHandler

    bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, inboundHandler, init, outboundHandler, read, removeInboundHandler, removeOutboundHandler, userEventTriggered, write

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpClientTracingHandler

      public HttpClientTracingHandler(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.instrumentation.netty.v4.common.HttpRequestAndChannel,io.netty.handler.codec.http.HttpResponse> instrumenter)
  • Method Details