private final class NioDatagramWorker.ChannelRegistionTask
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private NioDatagramChannel |
channel |
private ChannelFuture |
future |
| Constructor and Description |
|---|
ChannelRegistionTask(NioDatagramChannel channel,
ChannelFuture future) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
This runnable's task.
|
private final NioDatagramChannel channel
private final ChannelFuture future
ChannelRegistionTask(NioDatagramChannel channel, ChannelFuture future)