Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.fabric.netty.agent.NettyFabricAgentStub

Packages that use NettyFabricAgentStub
com.liferay.portal.fabric.netty.handlers   
 

Uses of NettyFabricAgentStub in com.liferay.portal.fabric.netty.handlers
 

Methods in com.liferay.portal.fabric.netty.handlers that return NettyFabricAgentStub
static NettyFabricAgentStub NettyChannelAttributes.getNettyFabricAgentStub(io.netty.channel.Channel channel)
           
 

Methods in com.liferay.portal.fabric.netty.handlers with parameters of type NettyFabricAgentStub
static void NettyChannelAttributes.setNettyFabricAgentStub(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub)
           
 

Constructors in com.liferay.portal.fabric.netty.handlers with parameters of type NettyFabricAgentStub
NettyFabricAgentRegistrationChannelHandler.OnRegistration(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
 


Liferay 7.0-ce-b4