Apache CXF API

org.apache.cxf.transport.http.netty.server.servlet
Class ChannelThreadLocal

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.servlet.ChannelThreadLocal

public final class ChannelThreadLocal
extends Object


Field Summary
static ThreadLocal<io.netty.channel.Channel> CHANNEL_THREAD_LOCAL
           
 
Method Summary
static io.netty.channel.Channel get()
           
static void set(io.netty.channel.Channel channel)
           
static void unset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANNEL_THREAD_LOCAL

public static final ThreadLocal<io.netty.channel.Channel> CHANNEL_THREAD_LOCAL
Method Detail

set

public static void set(io.netty.channel.Channel channel)

unset

public static void unset()

get

public static io.netty.channel.Channel get()

Apache CXF API

Apache CXF