com.liferay.portal.fabric.netty.util
Class NettyUtil
java.lang.Object
com.liferay.portal.fabric.netty.util.NettyUtil
public class NettyUtil
- extends Object
|
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
|
scheduleCancellation(io.netty.channel.Channel channel,
com.liferay.portal.kernel.concurrent.NoticeableFuture<T> noticeableFuture,
long timeout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyUtil
public NettyUtil()
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,
com.liferay.portal.kernel.concurrent.NoticeableFuture<T> noticeableFuture,
long timeout)