Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.server
Class NettyFabricServer

java.lang.Object
  extended by com.liferay.portal.fabric.netty.server.NettyFabricServer
All Implemented Interfaces:
FabricServer

public class NettyFabricServer
extends Object
implements FabricServer


Nested Class Summary
protected  class NettyFabricServer.ChildChannelInitializer
           
protected  class NettyFabricServer.PostBindChannelFutureListener
           
protected  class NettyFabricServer.PostShutdownChannelListener
           
 
Constructor Summary
NettyFabricServer(FabricAgentRegistry fabricAgentRegistry, NettyFabricServerConfig nettyFabricServerConfig)
           
 
Method Summary
protected  io.netty.util.concurrent.EventExecutorGroup createEventExecutorGroup(int threadCount, String threadPoolName)
           
 void start()
           
 Future<?> stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricServer

public NettyFabricServer(FabricAgentRegistry fabricAgentRegistry,
                         NettyFabricServerConfig nettyFabricServerConfig)
Method Detail

start

public void start()
           throws Exception
Specified by:
start in interface FabricServer
Throws:
Exception

stop

public Future<?> stop()
               throws InterruptedException
Specified by:
stop in interface FabricServer
Throws:
InterruptedException

createEventExecutorGroup

protected io.netty.util.concurrent.EventExecutorGroup createEventExecutorGroup(int threadCount,
                                                                               String threadPoolName)

Liferay 7.0-ce-b4