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