net.gleamynode.netty.channel.socket.nio
Class NioClientSocketChannelFactory

java.lang.Object
  extended by net.gleamynode.netty.channel.socket.nio.NioClientSocketChannelFactory
All Implemented Interfaces:
ChannelFactory, ClientSocketChannelFactory

public class NioClientSocketChannelFactory
extends Object
implements ClientSocketChannelFactory


Constructor Summary
NioClientSocketChannelFactory(Executor bossExecutor, Executor workerExecutor)
           
NioClientSocketChannelFactory(Executor bossExecutor, Executor workerExecutor, int workerCount)
           
 
Method Summary
 SocketChannel newChannel(ChannelPipeline pipeline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NioClientSocketChannelFactory

public NioClientSocketChannelFactory(Executor bossExecutor,
                                     Executor workerExecutor)

NioClientSocketChannelFactory

public NioClientSocketChannelFactory(Executor bossExecutor,
                                     Executor workerExecutor,
                                     int workerCount)
Method Detail

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.