Class HttpRequestAndChannel
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.HttpRequestAndChannel
-
public abstract class HttpRequestAndChannel extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpRequestAndChannel()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.jboss.netty.channel.Channelchannel()static HttpRequestAndChannelcreate(org.jboss.netty.handler.codec.http.HttpRequest request, org.jboss.netty.channel.Channel channel)abstract org.jboss.netty.handler.codec.http.HttpRequestrequest()
-
-
-
Method Detail
-
create
public static HttpRequestAndChannel create(org.jboss.netty.handler.codec.http.HttpRequest request, org.jboss.netty.channel.Channel channel)
-
request
public abstract org.jboss.netty.handler.codec.http.HttpRequest request()
-
channel
public abstract org.jboss.netty.channel.Channel channel()
-
-