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

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

public class OioClientSocketChannelFactory
extends Object
implements ClientSocketChannelFactory


Constructor Summary
OioClientSocketChannelFactory(Executor workerExecutor)
           
 
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

OioClientSocketChannelFactory

public OioClientSocketChannelFactory(Executor workerExecutor)
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.