public class SmppInterpreter extends RestcommUntypedActor
| Constructor and Description |
|---|
SmppInterpreter(SmppInterpreterParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
format(java.lang.String number) |
protected void |
invalidVerb(Tag verb) |
protected Notification |
notification(int log,
int error,
java.lang.String message) |
void |
onReceive(java.lang.Object message) |
protected java.util.List<org.apache.http.NameValuePair> |
parameters() |
static akka.actor.Props |
props(SmppInterpreterParams params) |
protected java.net.URI |
resolve(java.net.URI base,
java.net.URI uri) |
supervisorStrategypublic SmppInterpreter(SmppInterpreterParams params)
public static akka.actor.Props props(SmppInterpreterParams params)
protected java.lang.String format(java.lang.String number)
protected void invalidVerb(Tag verb)
protected Notification notification(int log, int error, java.lang.String message)
public void onReceive(java.lang.Object message)
throws java.lang.Exception
onReceive in class akka.actor.UntypedActorjava.lang.Exceptionprotected java.util.List<org.apache.http.NameValuePair> parameters()
protected java.net.URI resolve(java.net.URI base,
java.net.URI uri)
Copyright © 2017. All Rights Reserved.