| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.pdu | |
| com.cloudhopper.smpp.util |
| Modifier and Type | Field and Description |
|---|---|
static Address |
SmppConstants.EMPTY_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
Address |
SmppSessionConfiguration.getAddressRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmppSessionConfiguration.setAddressRange(Address value) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
CancelSm.destAddress |
protected Address |
BaseSm.destAddress |
protected Address |
CancelSm.sourceAddress |
protected Address |
BaseSm.sourceAddress |
| Modifier and Type | Method and Description |
|---|---|
Address |
BaseBind.getAddressRange() |
Address |
CancelSm.getDestAddress() |
Address |
BaseSm.getDestAddress() |
Address |
CancelSm.getSourceAddress() |
Address |
QuerySm.getSourceAddress() |
Address |
BaseSm.getSourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseBind.setAddressRange(Address value) |
void |
CancelSm.setDestAddress(Address value) |
void |
BaseSm.setDestAddress(Address value) |
void |
CancelSm.setSourceAddress(Address value) |
void |
QuerySm.setSourceAddress(Address value) |
void |
BaseSm.setSourceAddress(Address value) |
| Modifier and Type | Method and Description |
|---|---|
static Address |
ChannelBufferUtil.readAddress(org.jboss.netty.buffer.ChannelBuffer buffer)
Read and create a new Address from a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
PduUtil.calculateByteSizeOfAddress(Address value)
Calculates the byte size of an Address.
|
static void |
ChannelBufferUtil.writeAddress(org.jboss.netty.buffer.ChannelBuffer buffer,
Address value)
Writes an address to a buffer.
|
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.