Class HttpRequestAndChannel
java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.HttpRequestAndChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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()
-
Constructor Details
-
HttpRequestAndChannel
public HttpRequestAndChannel()
-
-
Method Details
-
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()
-