Package | Description |
---|---|
esmska.data |
Modifier and Type | Method and Description |
---|---|
Tuple<java.lang.String,java.lang.String> |
Keyring.getKey(java.lang.String gatewayName)
Get key for chosen gateway.
|
Tuple<GatewayExecutor.Problem,java.lang.String> |
SMS.getProblem()
Get the current problem this SMS has.
|
Tuple<java.util.ArrayList<Gateway>,java.lang.Boolean> |
Gateways.suggestGateway(java.lang.String number)
Guess gateway according to phone number or phone number prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
Keyring.putKey(java.lang.String gatewayName,
Tuple<java.lang.String,java.lang.String> key)
Put key for chosen gateway.
|
void |
SMS.setProblem(Tuple<GatewayExecutor.Problem,java.lang.String> problem)
Set the current problem this SMS has.
|
Modifier and Type | Method and Description |
---|---|
void |
Keyring.putKeys(java.util.Map<java.lang.String,Tuple<java.lang.String,java.lang.String>> keys)
Put keys for more gateways.
|