Class NioServerBoss.RegisterTask
java.lang.Object
org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
NioServerBoss
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NioServerSocketChannel
private final ChannelFuture
private final SocketAddress
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterTask
(NioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress) -
Method Summary
-
Field Details
-
channel
-
future
-
localAddress
-
-
Constructor Details
-
RegisterTask
public RegisterTask(NioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress)
-
-
Method Details