public class SenderActor
extends com.droidkit.actors.Actor
| Modifier and Type | Class and Description |
|---|---|
static class |
SenderActor.CancelMessage |
static class |
SenderActor.ConfirmMessage |
static class |
SenderActor.ConnectionCreated |
static class |
SenderActor.ConnectionDies |
static class |
SenderActor.ForceAck |
static class |
SenderActor.ForgetMessage |
static class |
SenderActor.NewSession |
static class |
SenderActor.RpcResponseReceived |
static class |
SenderActor.SendMessage |
| Constructor and Description |
|---|
SenderActor(MTProto proto) |
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(java.lang.Object message) |
void |
preStart() |
static com.droidkit.actors.ActorSelection |
senderActor(MTProto proto) |
public SenderActor(MTProto proto)
public static com.droidkit.actors.ActorSelection senderActor(MTProto proto)
public void preStart()
preStart in class com.droidkit.actors.Actorpublic void onReceive(java.lang.Object message)
onReceive in class com.droidkit.actors.Actor