Liferay 7.0-ce-m2

com.liferay.portal.fabric.netty.handlers
Class NettyChannelAttributes

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyChannelAttributes

public class NettyChannelAttributes
extends Object


Constructor Summary
NettyChannelAttributes()
           
 
Method Summary
static
<T extends Serializable>
AsyncBroker<Long,T>
getAsyncBroker(io.netty.channel.Channel channel)
           
static long nextId(io.netty.channel.Channel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyChannelAttributes

public NettyChannelAttributes()
Method Detail

getAsyncBroker

public static <T extends Serializable> AsyncBroker<Long,T> getAsyncBroker(io.netty.channel.Channel channel)

nextId

public static long nextId(io.netty.channel.Channel channel)

Liferay 7.0-ce-m2