| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl | |
| com.cloudhopper.smpp.pdu | |
| com.cloudhopper.smpp.simulator | |
| com.cloudhopper.smpp.transcoder | |
| com.cloudhopper.smpp.type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SmppSessionListener.firePduDispatch(Pdu pdu)
Called when ANY PDU received from connection.
|
boolean |
SmppSessionListener.firePduReceived(Pdu pdu)
Called when ANY PDU received from connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSmppSessionHandler.firePduDispatch(Pdu pdu) |
boolean |
DefaultSmppSessionHandler.firePduReceived(Pdu pdu) |
void |
UnboundSmppSession.firePduReceived(Pdu pdu) |
void |
SmppSessionChannelListener.firePduReceived(Pdu pdu)
Fired when a PDU was successfully decoded and received on this Channel.
|
void |
DefaultSmppSession.firePduReceived(Pdu pdu) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBind<R extends PduResponse> |
class |
BaseBindResp |
class |
BaseSm<R extends PduResponse>
Base "short message" PDU as a super class for submit_sm, deliver_sm, and
data_sm.
|
class |
BaseSmResp |
class |
BindReceiver |
class |
BindReceiverResp |
class |
BindTransceiver |
class |
BindTransceiverResp |
class |
BindTransmitter |
class |
BindTransmitterResp |
class |
CancelSm
SMPP cancel_sm implementation.
|
class |
CancelSmResp
SMPP cancel_sm_resp implementation.
|
class |
DataSm |
class |
DataSmResp |
class |
DeliverSm |
class |
DeliverSmResp |
class |
EmptyBody<R extends PduResponse> |
class |
EmptyBodyResp |
class |
EnquireLink |
class |
EnquireLinkResp |
class |
GenericNack |
class |
PartialPdu |
class |
PartialPduResp |
class |
PduRequest<R extends PduResponse> |
class |
PduResponse |
class |
QuerySm
SMPP query_sm implementation.
|
class |
QuerySmResp
SMPP query_sm_resp implementation.
|
class |
SubmitSm |
class |
SubmitSmResp |
class |
Unbind |
class |
UnbindResp |
| Modifier and Type | Method and Description |
|---|---|
Pdu |
SmppSimulatorSessionHandler.pollNextPdu(long timeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<Pdu> |
SmppSimulatorSessionHandler.getPduQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmppSimulatorSessionHandler.addPduToWriteOnNextPduReceived(Pdu pdu) |
boolean |
SmppSimulatorBindProcessor.process(SmppSimulatorSessionHandler session,
org.jboss.netty.channel.Channel channel,
Pdu pdu) |
boolean |
SmppSimulatorPduProcessor.process(SmppSimulatorSessionHandler session,
org.jboss.netty.channel.Channel channel,
Pdu pdu) |
void |
SmppSimulatorSessionHandler.sendPdu(Pdu pdu) |
| Modifier and Type | Method and Description |
|---|---|
Pdu |
DefaultPduTranscoder.decode(org.jboss.netty.buffer.ChannelBuffer buffer) |
Pdu |
PduTranscoder.decode(org.jboss.netty.buffer.ChannelBuffer buffer)
Decodes a ChannelBuffer into a new PDU.
|
protected Pdu |
DefaultPduTranscoder.doDecode(int commandLength,
org.jboss.netty.buffer.ChannelBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.buffer.ChannelBuffer |
DefaultPduTranscoder.encode(Pdu pdu) |
org.jboss.netty.buffer.ChannelBuffer |
PduTranscoder.encode(Pdu pdu)
Encodes a PDU into a new ChannelBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
Pdu |
RecoverablePduException.getPartialPdu() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoverablePduException.setPartialPdu(Pdu pdu) |
| Constructor and Description |
|---|
RecoverablePduException(Pdu partialPdu,
String msg) |
RecoverablePduException(Pdu partialPdu,
String msg,
Throwable t) |
UnknownCommandIdException(Pdu partialPdu,
String msg) |
UnknownCommandIdException(Pdu partialPdu,
String msg,
Throwable t) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.