Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.util
Class NettyUtil

java.lang.Object
  extended by com.liferay.portal.fabric.netty.util.NettyUtil

public class NettyUtil
extends Object


Constructor Summary
NettyUtil()
           
 
Method Summary
static void bindShutdown(io.netty.util.concurrent.EventExecutorGroup master, io.netty.util.concurrent.EventExecutorGroup slave, long quietPeriod, long timeout)
           
static io.netty.channel.ChannelPipeline createEmptyChannelPipeline()
           
static
<T> void
scheduleCancellation(io.netty.channel.Channel channel, NoticeableFuture<T> noticeableFuture, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyUtil

public NettyUtil()
Method Detail

bindShutdown

public static void bindShutdown(io.netty.util.concurrent.EventExecutorGroup master,
                                io.netty.util.concurrent.EventExecutorGroup slave,
                                long quietPeriod,
                                long timeout)

createEmptyChannelPipeline

public static io.netty.channel.ChannelPipeline createEmptyChannelPipeline()

scheduleCancellation

public static <T> void scheduleCancellation(io.netty.channel.Channel channel,
                                            NoticeableFuture<T> noticeableFuture,
                                            long timeout)

Liferay 7.0-ce-b4