public final class ControllerStorage extends Object
| Constructor and Description |
|---|
ControllerStorage() |
| Modifier and Type | Method and Description |
|---|---|
RpcServiceController |
getController(org.jboss.netty.channel.ChannelHandlerContext ctx,
long rpcIdx) |
RpcServiceController |
removeController(org.jboss.netty.channel.ChannelHandlerContext ctx,
long rpcIdx) |
void |
storeController(org.jboss.netty.channel.ChannelHandlerContext ctx,
long rpcIdx,
RpcServiceController controller) |
public void storeController(org.jboss.netty.channel.ChannelHandlerContext ctx,
long rpcIdx,
RpcServiceController controller)
public RpcServiceController removeController(org.jboss.netty.channel.ChannelHandlerContext ctx, long rpcIdx)
public RpcServiceController getController(org.jboss.netty.channel.ChannelHandlerContext ctx, long rpcIdx)
Copyright © 2013. All Rights Reserved.