Class ChannelThreadLocal
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.servlet.ChannelThreadLocal
-
public final class ChannelThreadLocal extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<io.netty.channel.Channel>CHANNEL_THREAD_LOCAL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.Channelget()static voidset(io.netty.channel.Channel channel)static voidunset()
-
-
-
Field Detail
-
CHANNEL_THREAD_LOCAL
public static final ThreadLocal<io.netty.channel.Channel> CHANNEL_THREAD_LOCAL
-
-