Class NioWorker.RegisterTask
- java.lang.Object
-
- org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- NioWorker
private final class NioWorker.RegisterTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private NioSocketChannel
channel
private ChannelFuture
future
private boolean
server
-
Constructor Summary
Constructors Constructor Description RegisterTask(NioSocketChannel channel, ChannelFuture future, boolean server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
channel
private final NioSocketChannel channel
-
future
private final ChannelFuture future
-
server
private final boolean server
-
-
Constructor Detail
-
RegisterTask
RegisterTask(NioSocketChannel channel, ChannelFuture future, boolean server)
-
-