| Package | Description |
|---|---|
| org.telegram.mtproto | |
| org.telegram.mtproto.schedule | |
| org.telegram.mtproto.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
MTProtoCallback.onApiMessage(byte[] message,
MTProto proto) |
void |
MTProtoCallback.onAuthInvalidated(MTProto proto) |
void |
MTProtoCallback.onRpcError(int callId,
int errorCode,
String message,
MTProto proto) |
void |
MTProtoCallback.onRpcResult(int callId,
byte[] response,
MTProto proto) |
void |
MTProtoCallback.onSessionCreated(MTProto proto) |
| Constructor and Description |
|---|
Scheduller(MTProto mtProto,
CallWrapper wrapper) |
| Constructor and Description |
|---|
TcpContext(MTProto proto,
String ip,
int port,
TcpContextCallback callback) |
Copyright © 2016. All rights reserved.