org.msgpack.rpc.loop.netty
Class NettyEventLoopFactory

java.lang.Object
  extended by org.msgpack.rpc.loop.netty.NettyEventLoopFactory
All Implemented Interfaces:
EventLoopFactory

public class NettyEventLoopFactory
extends java.lang.Object
implements EventLoopFactory


Constructor Summary
NettyEventLoopFactory()
           
 
Method Summary
 EventLoop make(java.util.concurrent.ExecutorService workerExecutor, java.util.concurrent.ExecutorService ioExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyEventLoopFactory

public NettyEventLoopFactory()
Method Detail

make

public EventLoop make(java.util.concurrent.ExecutorService workerExecutor,
                      java.util.concurrent.ExecutorService ioExecutor,
                      java.util.concurrent.ScheduledExecutorService scheduledExecutor)
Specified by:
make in interface EventLoopFactory


Copyright © 2010. All Rights Reserved.