| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| Modifier and Type | Method and Description |
|---|---|
SmppBindType |
SmppSession.getBindType()
Gets the type of bind for this session such as "transceiver", "receiver",
or "transmitter".
|
SmppBindType |
SmppSessionConfiguration.getType() |
static SmppBindType |
SmppBindType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppBindType[] |
SmppBindType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmppSessionConfiguration.setType(SmppBindType bindType) |
| Constructor and Description |
|---|
SmppSessionConfiguration(SmppBindType type,
String systemId,
String password) |
SmppSessionConfiguration(SmppBindType type,
String systemId,
String password,
String systemType) |
| Modifier and Type | Method and Description |
|---|---|
SmppBindType |
DefaultSmppSession.getBindType() |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.