public final class ChannelThreadLocal extends Object
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<io.netty.channel.Channel> |
CHANNEL_THREAD_LOCAL |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.Channel |
get() |
static void |
set(io.netty.channel.Channel channel) |
static void |
unset() |
public static final ThreadLocal<io.netty.channel.Channel> CHANNEL_THREAD_LOCAL
Apache CXF