Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.rpc
Class ChannelThreadLocal

java.lang.Object
  extended by com.liferay.portal.fabric.netty.rpc.ChannelThreadLocal

public class ChannelThreadLocal
extends Object


Constructor Summary
ChannelThreadLocal()
           
 
Method Summary
static io.netty.channel.Channel getChannel()
           
static void removeChannel()
           
static void setChannel(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

ChannelThreadLocal

public ChannelThreadLocal()
Method Detail

getChannel

public static io.netty.channel.Channel getChannel()

removeChannel

public static void removeChannel()

setChannel

public static void setChannel(io.netty.channel.Channel channel)

Liferay 7.0-ce-b4