Liferay 7.0-ce-m3

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 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

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-m3