protected abstract Response handleReponse(ConnectionThrottle throttle, int rpcType, ByteBuf pBody, ByteBuf dBody) throws RpcException ;
@Override
public ServerConnection initRemoteConnection(Channel channel) {
return new ServerConnection(channel, alloc);
}