void |
ControlTunnel.CustomMessageSender.doRpcCall(RpcOutcomeListener<BitControl.CustomMessage> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.SyncCustomMessageSender.doRpcCall(RpcOutcomeListener<BitControl.CustomMessage> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.SendFragmentStatus.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.ReceiverFinished.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.SignalFragment.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.SendFragment.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.CancelQuery.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener,
ControlConnection connection) |
void |
ControlTunnel.RequestProfile.doRpcCall(RpcOutcomeListener<UserBitShared.QueryProfile> outcomeListener,
ControlConnection connection) |
protected void |
ControlClient.finalizeConnection(BitControl.BitControlHandshake handshake,
ControlConnection connection) |
protected io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture> |
ControlClient.getCloseHandler(io.netty.channel.socket.SocketChannel ch,
ControlConnection clientConnection) |
protected io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture> |
ControlServer.getCloseHandler(io.netty.channel.socket.SocketChannel ch,
ControlConnection connection) |
protected BasicServer.ServerHandshakeHandler<BitControl.BitControlHandshake> |
ControlServer.getHandshakeHandler(ControlConnection connection) |
protected void |
ControlClient.handle(ControlConnection connection,
int rpcType,
io.netty.buffer.ByteBuf pBody,
io.netty.buffer.ByteBuf dBody,
ResponseSender sender) |