public interface TcpContextCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelBroken(TcpContext context) |
void |
onError(int errorCode,
TcpContext context) |
void |
onFastConfirm(int hash) |
void |
onRawMessage(byte[] data,
int offset,
int len,
TcpContext context) |
void onRawMessage(byte[] data,
int offset,
int len,
TcpContext context)
void onError(int errorCode,
TcpContext context)
void onChannelBroken(TcpContext context)
void onFastConfirm(int hash)
Copyright © 2017. All rights reserved.