Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.fabric.netty.rpc.RPCSerializable

Packages that use RPCSerializable
com.liferay.portal.fabric.netty.rpc   
com.liferay.portal.fabric.netty.rpc.handlers   
 

Uses of RPCSerializable in com.liferay.portal.fabric.netty.rpc
 

Subclasses of RPCSerializable in com.liferay.portal.fabric.netty.rpc
 class RPCRequest<T extends Serializable>
           
 class RPCResponse<T extends Serializable>
           
 

Uses of RPCSerializable in com.liferay.portal.fabric.netty.rpc.handlers
 

Methods in com.liferay.portal.fabric.netty.rpc.handlers with parameters of type RPCSerializable
protected  void NettyRPCChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, RPCSerializable rpcSerializable)
           
 


Liferay 7.0-ce-b4