net.gleamynode.netty.channel.socket.nio
Class NioClientSocketChannelFactory
java.lang.Object
net.gleamynode.netty.channel.socket.nio.NioClientSocketChannelFactory
- All Implemented Interfaces:
- ChannelFactory, ClientSocketChannelFactory
public class NioClientSocketChannelFactory
- extends Object
- implements ClientSocketChannelFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NioClientSocketChannelFactory
public NioClientSocketChannelFactory(Executor bossExecutor,
Executor workerExecutor)
NioClientSocketChannelFactory
public NioClientSocketChannelFactory(Executor bossExecutor,
Executor workerExecutor,
int workerCount)
newChannel
public SocketChannel newChannel(ChannelPipeline pipeline)
- Specified by:
newChannel in interface ChannelFactory- Specified by:
newChannel in interface ClientSocketChannelFactory
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.