net.gleamynode.netty.channel.socket.oio
Class OioServerSocketChannelFactory

java.lang.Object
  extended by net.gleamynode.netty.channel.socket.oio.OioServerSocketChannelFactory
All Implemented Interfaces:
ChannelFactory, ServerSocketChannelFactory

public class OioServerSocketChannelFactory
extends Object
implements ServerSocketChannelFactory


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

Constructor Detail

OioServerSocketChannelFactory

public OioServerSocketChannelFactory(Executor bossExecutor,
                                     Executor workerExecutor)
Method Detail

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.