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