Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

AbsoluteTimeFormatter - Class in org.jsmpp.util
Absolute time formatter is TimeFormatter implementation referred to SMPP Protocol Specification v3.4 point 7.1.1.
AbsoluteTimeFormatter() - Constructor for class org.jsmpp.util.AbsoluteTimeFormatter
 
AbstractSendCommandTask - Class in org.jsmpp.session
Abstract send command task.
AbstractSendCommandTask(PDUSender) - Constructor for class org.jsmpp.session.AbstractSendCommandTask
 
AbstractSession - Class in org.jsmpp.session
 
AbstractSession(PDUSender) - Constructor for class org.jsmpp.session.AbstractSession
 
AbstractSessionContext - Class in org.jsmpp.session
 
AbstractSessionContext() - Constructor for class org.jsmpp.session.AbstractSessionContext
 
AbstractSessionContext(SessionStateListener) - Constructor for class org.jsmpp.session.AbstractSessionContext
 
AbstractSmCommand - Class in org.jsmpp.bean
 
AbstractSmCommand() - Constructor for class org.jsmpp.bean.AbstractSmCommand
 
AbstractSMPPOperation - Class in org.jsmpp.session
 
AbstractSMPPOperation(Connection, PDUSender) - Constructor for class org.jsmpp.session.AbstractSMPPOperation
 
AbstractSmRespCommand - Class in org.jsmpp.bean
 
AbstractSmRespCommand() - Constructor for class org.jsmpp.bean.AbstractSmRespCommand
 
accept(String) - Method in class org.jsmpp.session.BindRequest
Accept the bind request.
accept() - Method in interface org.jsmpp.session.connection.ServerConnection
 
accept() - Method in class org.jsmpp.session.connection.socket.ServerSocketConnection
 
accept() - Method in class org.jsmpp.session.SMPPServerSessionListener
Accept session request from client.
ActivityNotifier - Interface in org.jsmpp.session
Class responsible to accept the notification of an activity.
Address - Class in org.jsmpp.bean
This are SME (Short Message Entity) Address.
Address(TypeOfNumber, NumberingPlanIndicator, String) - Constructor for class org.jsmpp.bean.Address
 
Address(byte, byte, String) - Constructor for class org.jsmpp.bean.Address
 
addSessionStateListener(SessionStateListener) - Method in class org.jsmpp.session.AbstractSession
 
addSessionStateListener(SessionStateListener) - Method in class org.jsmpp.session.AbstractSessionContext
 
addSessionStateListener(SessionStateListener) - Method in interface org.jsmpp.session.Session
 
AlertNotification - Class in org.jsmpp.bean
 
AlertNotification() - Constructor for class org.jsmpp.bean.AlertNotification
 
alertNotification(int, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, OptionalParameter...) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
alertNotification(int, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, OptionalParameter...) - Method in interface org.jsmpp.session.ServerSession
Send alert notification to ESME in order to notify the particular mobile subscriber has become available.
alertNotification(int, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, OptionalParameter...) - Method in interface org.jsmpp.session.SMPPServerOperation
 
alertNotification(int, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, OptionalParameter...) - Method in class org.jsmpp.session.SMPPServerSession
 
alertNotification(int, byte, byte, String, byte, byte, String, OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
alertNotification(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
alertNotification(int, byte, byte, String, byte, byte, String, OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
 
alertNotification(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
 
ALPHA_DEFAULT - Static variable in interface org.jsmpp.SMPPConstant
 
ALPHA_UCS2 - Static variable in interface org.jsmpp.SMPPConstant
 
Alphabet - Enum in org.jsmpp.bean
This is enum of the alphabet type.
append(byte[], int, int) - Method in class org.jsmpp.util.PDUByteBuffer
Append bytes to specified offset and length.
append(byte[]) - Method in class org.jsmpp.util.PDUByteBuffer
Append all bytes.
append(byte) - Method in class org.jsmpp.util.PDUByteBuffer
Append single byte.
append(int) - Method in class org.jsmpp.util.PDUByteBuffer
Append int value (contains 4 octet).
append(String, boolean) - Method in class org.jsmpp.util.PDUByteBuffer
Append String value.
append(String) - Method in class org.jsmpp.util.PDUByteBuffer
Append C-Octet String / null terminated String value.
append(OptionalParameter) - Method in class org.jsmpp.util.PDUByteBuffer
Append an optional parameter.
appendAll(OptionalParameter[]) - Method in class org.jsmpp.util.PDUByteBuffer
Append all optional parameters.

B

BaseResponseHandler - Interface in org.jsmpp.session
 
Bind - Class in org.jsmpp.bean
This class represent SMPP bind command.
Bind() - Constructor for class org.jsmpp.bean.Bind
 
bind(BindType, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String, long) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
bind(BindType, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String, long) - Method in interface org.jsmpp.session.SMPPClientOperation
 
bind(int, int, String, String, String, byte, byte, byte, String) - Method in class org.jsmpp.util.DefaultComposer
 
bind(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
bind(int, int, String, String, String, byte, byte, byte, String) - Method in interface org.jsmpp.util.PDUComposer
 
bind(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU bind command.
BindCommandTask - Class in org.jsmpp.session
 
BindCommandTask(PDUSender, BindType, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String) - Constructor for class org.jsmpp.session.BindCommandTask
 
BindParameter - Class in org.jsmpp.session
This class is wraps all bind parameter that will be send as PDU.
BindParameter(BindType, String, String, String, TypeOfNumber, NumberingPlanIndicator, String) - Constructor for class org.jsmpp.session.BindParameter
Construct with all mandatory parameters.
BindRequest - Class in org.jsmpp.session
 
BindRequest(int, BindType, String, String, String, TypeOfNumber, NumberingPlanIndicator, String, ServerResponseHandler) - Constructor for class org.jsmpp.session.BindRequest
 
BindRequest(Bind, ServerResponseHandler) - Constructor for class org.jsmpp.session.BindRequest
 
BindResp - Class in org.jsmpp.bean
This class represent SMPP bind response command.
BindResp() - Constructor for class org.jsmpp.bean.BindResp
Default constructor.
bindResp(int, int, String, OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
bindResp(int, int, String, byte) - Method in class org.jsmpp.util.DefaultComposer
 
bindResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
bindResp(int, int, String, OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
 
bindResp(int, int, String, byte) - Method in interface org.jsmpp.util.PDUComposer
 
bindResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU bind response command.
BindResult - Class in org.jsmpp.session
 
BindResult(String, OptionalParameter[]) - Constructor for class org.jsmpp.session.BindResult
 
BindType - Enum in org.jsmpp.bean
Enum represent bind type of SMPP.
bound(BindType) - Method in class org.jsmpp.session.AbstractSessionContext
 
bound(BindType) - Method in interface org.jsmpp.session.SessionContext
Change state to bound state.
BOUND_RX - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
BOUND_RX - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
BOUND_TRX - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
BOUND_TRX - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
BOUND_TX - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
BOUND_TX - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
Byte(short, byte) - Constructor for class org.jsmpp.bean.OptionalParameter.Byte
 
Byte(OptionalParameter.Tag, byte) - Constructor for class org.jsmpp.bean.OptionalParameter.Byte
 
Byte(short, byte[]) - Constructor for class org.jsmpp.bean.OptionalParameter.Byte
 
bytesToInt(byte[]) - Static method in class org.jsmpp.util.OctetUtil
32 bit.
bytesToInt(byte[], int) - Static method in class org.jsmpp.util.OctetUtil
32 bit.
bytesToShort(byte[]) - Static method in class org.jsmpp.util.OctetUtil
16 bit.
bytesToShort(byte[], int) - Static method in class org.jsmpp.util.OctetUtil
16 bit.

C

cancelShortMessage(String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.session.ClientSession
Cancel the previous submitted short message.
cancelShortMessage(String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.session.SMPPSession
 
CancelSm - Class in org.jsmpp.bean
 
CancelSm() - Constructor for class org.jsmpp.bean.CancelSm
 
cancelSm(String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
cancelSm(String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.session.SMPPClientOperation
 
cancelSm(int, String, String, byte, byte, String, byte, byte, String) - Method in class org.jsmpp.util.DefaultComposer
 
cancelSm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
cancelSm(int, String, String, byte, byte, String, byte, byte, String) - Method in interface org.jsmpp.util.PDUComposer
Compose cancel short message (cancel_sm) PDU.
cancelSm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU cancel short message command.
CancelSmCommandTask - Class in org.jsmpp.session
 
CancelSmCommandTask(PDUSender, String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Constructor for class org.jsmpp.session.CancelSmCommandTask
 
CancelSmResp - Class in org.jsmpp.bean
 
CancelSmResp() - Constructor for class org.jsmpp.bean.CancelSmResp
 
cancelSmResp(int) - Method in class org.jsmpp.util.DefaultComposer
 
cancelSmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
cancelSmResp(int) - Method in interface org.jsmpp.util.PDUComposer
Compose cancel short message response (cancel_sm_resp) PDU.
cancelSmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU cancel short message response command.
CapacityPolicy - Interface in org.jsmpp.util
It's capacity policy that ensure the new capacity is save for accommodate the new item with new capacity.
changeState(SessionState) - Method in class org.jsmpp.session.AbstractSessionContext
 
changeState(SessionState) - Method in class org.jsmpp.session.SMPPServerSessionContext
 
changeState(SessionState) - Method in class org.jsmpp.session.SMPPSessionContext
 
CID_ALERT_NOTIFICATION - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_RECEIVER - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_RECEIVER_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_TRANSCEIVER - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_TRANSCEIVER_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_TRANSMITTER - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BIND_TRANSMITTER_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BROADCAST_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_BROADCAST_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_CANCEL_BROADCAST_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_CANCEL_BROADCAST_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_CANCEL_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_CANCEL_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_DATA_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_DATA_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_DELIVER_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_DELIVER_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_ENQUIRE_LINK - Static variable in interface org.jsmpp.SMPPConstant
 
CID_ENQUIRE_LINK_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_GENERIC_NACK - Static variable in interface org.jsmpp.SMPPConstant
 
CID_OUTBIND - Static variable in interface org.jsmpp.SMPPConstant
 
CID_QUERY_BROADCAST_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_QUERY_BROADCAST_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_QUERY_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_QUERY_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_REPLACE_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_REPLACE_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_SUBMIT_MULTI - Static variable in interface org.jsmpp.SMPPConstant
 
CID_SUBMIT_MULTI_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_SUBMIT_SM - Static variable in interface org.jsmpp.SMPPConstant
 
CID_SUBMIT_SM_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
CID_UNBIND - Static variable in interface org.jsmpp.SMPPConstant
 
CID_UNBIND_RESP - Static variable in interface org.jsmpp.SMPPConstant
 
clean(byte) - Static method in enum org.jsmpp.bean.IntermediateNotification
 
clean(byte) - Static method in enum org.jsmpp.bean.MessageMode
 
clean(byte) - Static method in enum org.jsmpp.bean.MessageType
 
clean(byte) - Static method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
clean(byte) - Static method in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
cleanMessageType(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Clean the Message Type or clean the ESM Class at bits 5 - 2.
cleanMessagingMode(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Clean the Messaging Mode or clean the ESM Class at bits 1 - 0.
cleanSmeAck(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
cleanSmscDeliveryReceipt(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
cleanSpecificFeatures(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Clean the Specific Features or ESM Class at bits 7 - 6.
clear(byte) - Static method in enum org.jsmpp.bean.GSMSpecificFeature
Clear the bit 0 - 6.
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.GSMSpecificFeature
 
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.IntermediateNotification
 
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.MessageMode
 
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.MessageType
 
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
CLEAR_BYTE - Static variable in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
ClientSession - Interface in org.jsmpp.session
This interface provides all operation that the client session can do.
close() - Method in class org.jsmpp.session.AbstractSession
 
close() - Method in class org.jsmpp.session.AbstractSessionContext
 
close() - Method in interface org.jsmpp.session.connection.Connection
 
close() - Method in interface org.jsmpp.session.connection.ServerConnection
 
close() - Method in class org.jsmpp.session.connection.socket.ServerSocketConnection
 
close() - Method in class org.jsmpp.session.connection.socket.SocketConnection
 
close() - Method in interface org.jsmpp.session.Session
Forced close connection without sending UNBIND command to Message Center.
close() - Method in interface org.jsmpp.session.SessionContext
Change state to close.
close() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
CLOSED - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
CLOSED - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
COctetString(short, String, String) - Constructor for class org.jsmpp.bean.OptionalParameter.COctetString
 
COctetString(short, String) - Constructor for class org.jsmpp.bean.OptionalParameter.COctetString
 
COctetString(short, byte[]) - Constructor for class org.jsmpp.bean.OptionalParameter.COctetString
 
code() - Method in enum org.jsmpp.bean.OptionalParameter.Tag
Get the tag code of the OptionalParameter.Tag.
Command - Class in org.jsmpp.bean
Class represent SMPP Command.
Command() - Constructor for class org.jsmpp.bean.Command
Default constructor.
commandId() - Method in enum org.jsmpp.bean.BindType
Get the command_id of given bind type.
commandId - Variable in class org.jsmpp.bean.Command
 
commandLength - Variable in class org.jsmpp.bean.Command
 
commandStatus - Variable in class org.jsmpp.bean.Command
 
compose(byte, GSMSpecificFeature) - Static method in enum org.jsmpp.bean.GSMSpecificFeature
Compose the existing ESM class with the GSM specific feature.
compose(byte, IntermediateNotification) - Static method in enum org.jsmpp.bean.IntermediateNotification
 
compose(byte, MessageMode) - Static method in enum org.jsmpp.bean.MessageMode
 
compose(byte, MessageType) - Static method in enum org.jsmpp.bean.MessageType
 
compose(byte, SMEOriginatedAcknowledgement) - Static method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
compose(byte, SMSCDeliveryReceipt) - Static method in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
composeConversationAbort(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
composeDatagramMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
composeDefaultMessageType(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Message Type.
composeDefaultMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
composeEsmeDeliveryAcknowledgement(byte) - Static method in class org.jsmpp.bean.SubmitSm
Message Type.
composeEsmeManualAcknowledgement(byte) - Static method in class org.jsmpp.bean.SubmitSm
Message Type.
composeForwardMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
composeHeader(int, int, int) - Method in class org.jsmpp.util.DefaultComposer
 
composeHeader(int, int, int) - Method in interface org.jsmpp.util.PDUComposer
 
composeIntermedietDeliveryNotification(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
composeMessageType(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Compose the Message Type.
composeMessagingMode(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Compose the Messaging Mode.
composeReplyPath(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
composeSmeAck(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
composeSmeAckNotRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
composeSmeDeliveryAcknowledment(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
composeSmeDeliveryAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
composeSmeDeliveryAndManualAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
composeSmeManualAcknowledment(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
composeSmeManualAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
composeSmscDeliveryReceipt(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
composeSmscDelReceipt(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
composeSmscDelReceiptFailureRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
 
composeSmscDelReceiptNotRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
 
composeSmscDelReceiptSuccessAndFailureRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
 
composeSpecificFeatures(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Compose Specific Features.
composeStoreAndForwardMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
composeUdhi(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
composeUdhiAndReplyPath(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
connectAndBind(String, int, BindType, String, String, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.session.SMPPSession
Open connection and bind immediately.
connectAndBind(String, int, BindType, String, String, String, TypeOfNumber, NumberingPlanIndicator, String, long) - Method in class org.jsmpp.session.SMPPSession
Open connection and bind immediately with specified timeout.
connectAndBind(String, int, BindParameter) - Method in class org.jsmpp.session.SMPPSession
Open connection and bind immediately.
connectAndBind(String, int, BindParameter, long) - Method in class org.jsmpp.session.SMPPSession
Open connection and bind immediately.
connection() - Method in class org.jsmpp.session.AbstractSession
 
connection() - Method in class org.jsmpp.session.AbstractSMPPOperation
 
Connection - Interface in org.jsmpp.session.connection
Connection object.
connection() - Method in class org.jsmpp.session.SMPPServerSession
 
connection() - Method in class org.jsmpp.session.SMPPSession
 
ConnectionFactory - Interface in org.jsmpp.session.connection
 
containedIn(ESMClass) - Method in enum org.jsmpp.bean.GSMSpecificFeature
Check the GSM Specific Feature is contained in ESM class value.
containedIn(byte) - Method in enum org.jsmpp.bean.GSMSpecificFeature
Check the GSM Specific Feature is contained in ESM class value.
containedIn(RegisteredDelivery) - Method in enum org.jsmpp.bean.IntermediateNotification
 
containedIn(byte) - Method in enum org.jsmpp.bean.IntermediateNotification
 
containedIn(ESMClass) - Method in enum org.jsmpp.bean.MessageMode
 
containedIn(byte) - Method in enum org.jsmpp.bean.MessageMode
 
containedIn(ESMClass) - Method in enum org.jsmpp.bean.MessageType
 
containedIn(byte) - Method in enum org.jsmpp.bean.MessageType
 
containedIn(RegisteredDelivery) - Method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
containedIn(byte) - Method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
containedIn(RegisteredDelivery) - Method in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
containedIn(byte) - Method in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
conventBytesToHexString(byte[]) - Static method in class org.jsmpp.util.HexUtil
Convert bytes to hex string.
convertBytesToHexString(byte[], int, int) - Static method in class org.jsmpp.util.HexUtil
Convert bytes to hex string value (using Big-Endian rule).
convertHexStringToBytes(String) - Static method in class org.jsmpp.util.HexUtil
Convert the hex string to bytes.
convertHexStringToBytes(String, int, int) - Static method in class org.jsmpp.util.HexUtil
Convert the hex string to bytes.
convertHexStringToString(String) - Static method in class org.jsmpp.util.HexUtil
Convert the hex string to string.
convertStringToHexString(String) - Static method in class org.jsmpp.util.HexUtil
Convert the string to hex string value.
createConnection(String, int) - Method in interface org.jsmpp.session.connection.ConnectionFactory
 
createConnection(String, int) - Method in class org.jsmpp.session.connection.socket.SocketConnectionFactory
 
currentValue() - Method in class org.jsmpp.util.Sequence
 

D

dataCoding - Variable in class org.jsmpp.bean.AbstractSmCommand
 
DataCoding - Class in org.jsmpp.bean
This is class of DataCoding
DataCoding() - Constructor for class org.jsmpp.bean.DataCoding
Default constructor.
DataCoding(int) - Constructor for class org.jsmpp.bean.DataCoding
Construct with specified value.
DataCoding(byte) - Constructor for class org.jsmpp.bean.DataCoding
Construct with specified value.
DataCoding1111 - Class in org.jsmpp.bean
Data Coding with coding group bits 7..4 -> 1111
DataCoding1111() - Constructor for class org.jsmpp.bean.DataCoding1111
Default constructor.
DataCoding1111(byte) - Constructor for class org.jsmpp.bean.DataCoding1111
Construct with specified value.
DataCoding1111(Alphabet, MessageClass) - Constructor for class org.jsmpp.bean.DataCoding1111
 
DataCoding1111(int) - Constructor for class org.jsmpp.bean.DataCoding1111
Construct with specified value.
dataShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in class org.jsmpp.session.AbstractSession
Send the data_sm command.
dataShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in interface org.jsmpp.session.Session
Sending a short message like SUBMIT_SM.
DataSm - Class in org.jsmpp.bean
 
DataSm() - Constructor for class org.jsmpp.bean.DataSm
 
dataSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
dataSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in interface org.jsmpp.session.SMPPOperation
 
dataSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
dataSm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
dataSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
Compose data short message (data_sm) PDU.
dataSm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU data short message command.
DataSmCommandTask - Class in org.jsmpp.session
 
DataSmCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter[]) - Constructor for class org.jsmpp.session.DataSmCommandTask
 
DataSmResp - Class in org.jsmpp.bean
 
DataSmResp() - Constructor for class org.jsmpp.bean.DataSmResp
 
dataSmResp(int, String, OptionalParameter...) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
dataSmResp(int, String, OptionalParameter...) - Method in interface org.jsmpp.session.SMPPOperation
 
dataSmResp(int, String, OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
dataSmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
dataSmResp(int, String, OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
Compose data short message response (submit_sm_resp) PDU.
dataSmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU data short message response command.
DataSmResult - Class in org.jsmpp.session
 
DataSmResult(MessageId, OptionalParameter[]) - Constructor for class org.jsmpp.session.DataSmResult
 
DC_BINARY - Static variable in interface org.jsmpp.SMPPConstant
Octet unspecified (8-bit binary)
DC_DEFAULT - Static variable in interface org.jsmpp.SMPPConstant
SMSC Default Alphabet.
DC_UCS2 - Static variable in interface org.jsmpp.SMPPConstant
UCS2 (ISO/IEC-10646) 00001000
DEFAULT - Static variable in class org.jsmpp.bean.ReplaceIfPresentFlag
 
DefaultComposer - Class in org.jsmpp.util
Default implementation of PDUComposer.
DefaultComposer() - Constructor for class org.jsmpp.util.DefaultComposer
 
DefaultDecomposer - Class in org.jsmpp.util
Default implementation of SMPP PDU PDUDecomposer.
DefaultDecomposer() - Constructor for class org.jsmpp.util.DefaultDecomposer
Default constructor.
DefaultPDUReader - Class in org.jsmpp
Default implementation of PDUReader.
DefaultPDUReader() - Constructor for class org.jsmpp.DefaultPDUReader
 
DefaultPDUSender - Class in org.jsmpp
The SMPP PDU reader class.
DefaultPDUSender() - Constructor for class org.jsmpp.DefaultPDUSender
Default constructor.
DefaultPDUSender(PDUComposer) - Constructor for class org.jsmpp.DefaultPDUSender
Construct with specified PDU composer.
DefaultSMPPClientOperation - Class in org.jsmpp.session
 
DefaultSMPPClientOperation(Connection, PDUSender) - Constructor for class org.jsmpp.session.DefaultSMPPClientOperation
 
DefaultSMPPServerOperation - Class in org.jsmpp.session
 
DefaultSMPPServerOperation(Connection, PDUSender) - Constructor for class org.jsmpp.session.DefaultSMPPServerOperation
 
deliverShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in interface org.jsmpp.session.ServerSession
Submit a short message to specified destination address (ESME).
deliverShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in class org.jsmpp.session.SMPPServerSession
 
DeliverSm - Class in org.jsmpp.bean
 
DeliverSm() - Constructor for class org.jsmpp.bean.DeliverSm
 
deliverSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
deliverSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in interface org.jsmpp.session.SMPPServerOperation
 
deliverSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
deliverSm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
deliverSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
 
deliverSm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU deliver short message command.
DeliverSmCommandTask - Class in org.jsmpp.session
 
DeliverSmCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter[]) - Constructor for class org.jsmpp.session.DeliverSmCommandTask
 
DeliverSmResp - Class in org.jsmpp.bean
This class represent SMPP deliver short message command.
DeliverSmResp() - Constructor for class org.jsmpp.bean.DeliverSmResp
Default constructor.
deliverSmResp(int) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
deliverSmResp(int) - Method in interface org.jsmpp.session.SMPPClientOperation
 
deliverSmResp(int) - Method in class org.jsmpp.util.DefaultComposer
 
deliverSmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
deliverSmResp(int) - Method in interface org.jsmpp.util.PDUComposer
 
deliverSmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU deliver short message response command.
DeliveryReceipt - Class in org.jsmpp.bean
 
DeliveryReceipt() - Constructor for class org.jsmpp.bean.DeliveryReceipt
 
DeliveryReceipt(String, int, int, Date, Date, DeliveryReceiptState, String, String) - Constructor for class org.jsmpp.bean.DeliveryReceipt
 
deliveryReceipt(String) - Method in class org.jsmpp.util.DefaultDecomposer
 
deliveryReceipt(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
deliveryReceipt(String) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU delivery receipt content.
deliveryReceipt(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU delivery receipt content.
DeliveryReceiptState - Enum in org.jsmpp.util
 
DELREC_DLVRD - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_DONE_DATE - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_ERR - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_ID - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_STAT - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_SUB - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_SUBMIT_DATE - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
DELREC_TEXT - Static variable in class org.jsmpp.bean.DeliveryReceipt
 
deserialize(short, byte[]) - Static method in class org.jsmpp.bean.OptionalParameters
 
destAddress - Variable in class org.jsmpp.bean.AbstractSmCommand
 
destAddrNpi - Variable in class org.jsmpp.bean.AbstractSmCommand
 
destAddrTon - Variable in class org.jsmpp.bean.AbstractSmCommand
 
DestinationAddress - Interface in org.jsmpp.bean
Destination address can be use for submit multiple.
DestinationAddress.Flag - Enum in org.jsmpp.bean
 
DistributionList - Class in org.jsmpp.bean
 
DistributionList(String) - Constructor for class org.jsmpp.bean.DistributionList
 
done(T) - Method in class org.jsmpp.extra.PendingResponse
Done with valid response and notify that response already received.
done() - Method in class org.jsmpp.util.StopWatch
Done watching the delay and return the delay between start time to current time.
doneWithInvalidResponse(InvalidResponseException) - Method in class org.jsmpp.extra.PendingResponse
Done with invalid response (negative response/non OK command_status).
DONT_REPLACE - Static variable in class org.jsmpp.bean.ReplaceIfPresentFlag
 
DumbCapacityPolicy - Class in org.jsmpp.util
It's a dumb capacity policy.
DumbCapacityPolicy() - Constructor for class org.jsmpp.util.DumbCapacityPolicy
 

E

EnquireLink - Class in org.jsmpp.bean
 
EnquireLink(int) - Constructor for class org.jsmpp.bean.EnquireLink
 
EnquireLink() - Constructor for class org.jsmpp.bean.EnquireLink
 
enquireLink() - Method in class org.jsmpp.session.AbstractSMPPOperation
 
enquireLink() - Method in interface org.jsmpp.session.SMPPOperation
 
enquireLink(int) - Method in class org.jsmpp.util.DefaultComposer
 
enquireLink(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
enquireLink(int) - Method in interface org.jsmpp.util.PDUComposer
 
enquireLink(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU enquire link command.
EnquireLinkCommandTask - Class in org.jsmpp.session
 
EnquireLinkCommandTask(PDUSender) - Constructor for class org.jsmpp.session.EnquireLinkCommandTask
 
EnquireLinkResp - Class in org.jsmpp.bean
 
EnquireLinkResp() - Constructor for class org.jsmpp.bean.EnquireLinkResp
 
enquireLinkResp(int) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
enquireLinkResp(int) - Method in interface org.jsmpp.session.SMPPOperation
 
enquireLinkResp(int) - Method in class org.jsmpp.util.DefaultComposer
 
enquireLinkResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
enquireLinkResp(int) - Method in interface org.jsmpp.util.PDUComposer
 
enquireLinkResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU enquire link response command.
ensureCapacity(int, int) - Method in interface org.jsmpp.util.CapacityPolicy
Ensuring the currentCapacity is save to accommodate new items that totally defined as requiredCapacity.
ensureCapacity(int, int) - Method in class org.jsmpp.util.DumbCapacityPolicy
 
ensureCapacity(int, int) - Method in class org.jsmpp.util.SimpleCapacityPolicy
 
equals(Object) - Method in class org.jsmpp.bean.AbstractSmCommand
 
equals(Object) - Method in class org.jsmpp.bean.AbstractSmRespCommand
 
equals(Object) - Method in class org.jsmpp.bean.Address
 
equals(Object) - Method in class org.jsmpp.bean.AlertNotification
 
equals(Object) - Method in class org.jsmpp.bean.Bind
 
equals(Object) - Method in class org.jsmpp.bean.BindResp
 
equals(Object) - Method in class org.jsmpp.bean.CancelSm
 
equals(Object) - Method in class org.jsmpp.bean.Command
 
equals(Object) - Method in class org.jsmpp.bean.DataCoding
 
equals(Object) - Method in class org.jsmpp.bean.DataSmResp
 
equals(Object) - Method in class org.jsmpp.bean.DeliveryReceipt
 
equals(Object) - Method in class org.jsmpp.bean.ESMClass
 
equals(Object) - Method in class org.jsmpp.bean.MessageRequest
 
equals(Object) - Method in class org.jsmpp.bean.OptionalParameter
 
equals(Object) - Method in class org.jsmpp.bean.Outbind
 
equals(Object) - Method in class org.jsmpp.bean.QuerySm
 
equals(Object) - Method in class org.jsmpp.bean.QuerySmResp
 
equals(Object) - Method in class org.jsmpp.bean.RegisteredDelivery
 
equals(Object) - Method in class org.jsmpp.bean.ReplaceIfPresentFlag
 
equals(Object) - Method in class org.jsmpp.bean.ReplaceSm
 
equals(Object) - Method in class org.jsmpp.bean.SarMsgRefNumber
 
equals(Object) - Method in class org.jsmpp.bean.SarSegmentSeqnum
 
equals(Object) - Method in class org.jsmpp.bean.SarTotalSegments
 
equals(Object) - Method in class org.jsmpp.bean.SubmitMulti
 
equals(Object) - Method in class org.jsmpp.bean.SubmitMultiResp
 
equals(Object) - Method in class org.jsmpp.bean.SubmitMultiResult
 
equals(Object) - Method in class org.jsmpp.bean.UnsuccessDelivery
 
equals(Object) - Method in class org.jsmpp.session.BindParameter
 
equals(Object) - Method in class org.jsmpp.session.QuerySmResult
 
equals(Object) - Method in class org.jsmpp.util.MessageId
 
esmClass - Variable in class org.jsmpp.bean.AbstractSmCommand
 
ESMClass - Class in org.jsmpp.bean
 
ESMClass() - Constructor for class org.jsmpp.bean.ESMClass
 
ESMClass(int) - Constructor for class org.jsmpp.bean.ESMClass
 
ESMClass(byte) - Constructor for class org.jsmpp.bean.ESMClass
 
ESMClass(MessageMode, MessageType, GSMSpecificFeature) - Constructor for class org.jsmpp.bean.ESMClass
 
ESMCLS_CONV_ABORT - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
xx0110xx Short Message contains Conversation Abort (Korean CDMA).
ESMCLS_DATAGRAM_MODE - Static variable in interface org.jsmpp.SMPPConstant
 
ESMCLS_DEFAULT_MESSAGE_TYPE - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter.
ESMCLS_DEFAULT_MODE - Static variable in interface org.jsmpp.SMPPConstant
 
ESMCLS_ESME_DELIVERY_ACK - Static variable in interface org.jsmpp.SMPPConstant
Short Message contains ESME Delivery Acknowledgment.
ESMCLS_ESME_MANUAL_ACK - Static variable in interface org.jsmpp.SMPPConstant
Short Message contains ESME Manual/User Acknowledgment.
ESMCLS_FORWARD_MODE - Static variable in interface org.jsmpp.SMPPConstant
 
ESMCLS_INTRMD_DELIV_NOTIF - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
xx1000xx Short Message contains Intermediate Delivery Notification.
ESMCLS_REPLY_PATH - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
10xxxxxx Reply Path.
ESMCLS_SME_DELIV_ACK - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
xx0001xx Short Message contains SME Delivery Acknowledgment.
ESMCLS_SME_MANUAL_ACK - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
xx0100xx Short Message contains SME Manual/User Acknowledgment.
ESMCLS_SMSC_DELIV_RECEIPT - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
xx0001xx Short Message contains SMSC Delivery Receipt.
ESMCLS_STORE_FORWARD - Static variable in interface org.jsmpp.SMPPConstant
 
ESMCLS_UDHI_INDICATOR_SET - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
01xxxxxx UDHI Indicator set.
ESMCLS_UDHI_REPLY_PATH - Static variable in interface org.jsmpp.SMPPConstant
Encoded esm_class parameter for deliver_sm or data_sm (SMSC -> ESME)
11xxxxxx UDHI and Reply Path can use.
executeSendCommand(SendCommandTask, long) - Method in class org.jsmpp.session.AbstractSession
Execute send command command task.
executeSendCommand(SendCommandTask, long) - Method in class org.jsmpp.session.AbstractSMPPOperation
Execute send command command task.
executeTask(OutputStream, int) - Method in class org.jsmpp.session.BindCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.CancelSmCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.DataSmCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.DeliverSmCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.EnquireLinkCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.QuerySmCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.ReplaceSmCommandTask
 
executeTask(OutputStream, int) - Method in interface org.jsmpp.session.SendCommandTask
Executing the task.
executeTask(OutputStream, int) - Method in class org.jsmpp.session.SubmitMultiCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.SubmitSmCommandTask
 
executeTask(OutputStream, int) - Method in class org.jsmpp.session.UnbindCommandTask
 

F

finalize() - Method in class org.jsmpp.session.SMPPSession
 
fireAcceptDataSm(DataSm) - Method in class org.jsmpp.session.AbstractSession
 
fireStateChanged(SessionState, SessionState, Object) - Method in class org.jsmpp.session.AbstractSessionContext
 
format(Calendar) - Method in class org.jsmpp.util.AbsoluteTimeFormatter
 
format(Date) - Method in class org.jsmpp.util.AbsoluteTimeFormatter
 
format(Integer, Integer, Integer, Integer, Integer, Integer, int, int, Character) - Static method in class org.jsmpp.util.AbsoluteTimeFormatter
 
format(Calendar) - Method in class org.jsmpp.util.RelativeTimeFormatter
 
format(Date) - Method in class org.jsmpp.util.RelativeTimeFormatter
 
format(Integer, Integer, Integer, Integer, Integer, Integer) - Static method in class org.jsmpp.util.RelativeTimeFormatter
 
format(Calendar) - Method in interface org.jsmpp.util.TimeFormatter
Format the date to String representation.
format(Date) - Method in interface org.jsmpp.util.TimeFormatter
Format the date to String representation.

G

GeneralDataCoding - Class in org.jsmpp.bean
General Data Coding with coding group bits 7..4 -> 00xx
GeneralDataCoding() - Constructor for class org.jsmpp.bean.GeneralDataCoding
 
GeneralDataCoding(byte) - Constructor for class org.jsmpp.bean.GeneralDataCoding
 
GeneralDataCoding(int) - Constructor for class org.jsmpp.bean.GeneralDataCoding
 
GeneralDataCoding(boolean, boolean, MessageClass, Alphabet) - Constructor for class org.jsmpp.bean.GeneralDataCoding
 
GenericMessageReceiverListener - Interface in org.jsmpp.session
This listener will listen to every incoming short message.
GenericNack - Class in org.jsmpp.bean
 
GenericNack() - Constructor for class org.jsmpp.bean.GenericNack
 
genericNack(int, int) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
genericNack(int, int) - Method in interface org.jsmpp.session.SMPPOperation
 
genericNack(int, int) - Method in class org.jsmpp.util.DefaultComposer
 
genericNack(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
genericNack(int, int) - Method in interface org.jsmpp.util.PDUComposer
 
genericNack(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU generic nack command.
GenericNackResponseException - Exception in org.jsmpp
 
GenericNackResponseException(String, int) - Constructor for exception org.jsmpp.GenericNackResponseException
 
getActualLength() - Method in exception org.jsmpp.InvalidNumberOfDestinationsException
 
getAddress() - Method in class org.jsmpp.bean.Address
 
getAddressRange() - Method in class org.jsmpp.bean.Bind
Get the address_range.
getAddressRange() - Method in class org.jsmpp.session.BindParameter
 
getAddressRange() - Method in class org.jsmpp.session.BindRequest
 
getAddrNpi() - Method in class org.jsmpp.bean.Bind
Get the addr_npi.
getAddrNpi() - Method in class org.jsmpp.session.BindParameter
 
getAddrNpi() - Method in class org.jsmpp.session.BindRequest
 
getAddrTon() - Method in class org.jsmpp.bean.Bind
Get the addr_ton.
getAddrTon() - Method in class org.jsmpp.session.BindParameter
 
getAddrTon() - Method in class org.jsmpp.session.BindRequest
 
getAlphabet() - Method in class org.jsmpp.bean.DataCoding1111
Get the alphabet value.
getBindParameter() - Method in class org.jsmpp.session.BindRequest
Deprecated.
getBindType() - Method in class org.jsmpp.session.BindParameter
 
getBindType() - Method in class org.jsmpp.session.BindRequest
 
getByName(String) - Static method in enum org.jsmpp.util.DeliveryReceiptState
 
getCommandId() - Method in class org.jsmpp.bean.Command
Get the command_id.
getCommandIdAsHex() - Method in class org.jsmpp.bean.Command
Get the command_id as hex string value.
getCommandLength() - Method in class org.jsmpp.bean.Command
Get the command_length.
getCommandName() - Method in class org.jsmpp.session.BindCommandTask
 
getCommandName() - Method in class org.jsmpp.session.CancelSmCommandTask
 
getCommandName() - Method in class org.jsmpp.session.DataSmCommandTask
 
getCommandName() - Method in class org.jsmpp.session.DeliverSmCommandTask
 
getCommandName() - Method in class org.jsmpp.session.EnquireLinkCommandTask
 
getCommandName() - Method in class org.jsmpp.session.QuerySmCommandTask
 
getCommandName() - Method in class org.jsmpp.session.ReplaceSmCommandTask
 
getCommandName() - Method in interface org.jsmpp.session.SendCommandTask
It should be like submit_sm, deliver_sm, query_sm, data_sm, etc.
getCommandName() - Method in class org.jsmpp.session.SubmitMultiCommandTask
 
getCommandName() - Method in class org.jsmpp.session.SubmitSmCommandTask
 
getCommandName() - Method in class org.jsmpp.session.UnbindCommandTask
 
getCommandStatus() - Method in class org.jsmpp.bean.Command
Get the command_status.
getCommandStatus() - Method in exception org.jsmpp.extra.NegativeResponseException
Get the command_status.
getCommandStatus() - Method in exception org.jsmpp.GenericNackResponseException
 
getCommandStatusAsHex() - Method in class org.jsmpp.bean.Command
Get the command_status as hex string.
getDataCoding() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getDataCoding() - Method in class org.jsmpp.bean.SubmitMulti
 
getDataCoding() - Method in class org.jsmpp.bean.SubmitSmValue
 
getDelivered() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getDestAddress() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getDestAddresses() - Method in class org.jsmpp.bean.SubmitMulti
 
getDestAddrNpi() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getDestAddrNpi() - Method in class org.jsmpp.bean.CancelSm
 
getDestAddrNpi() - Method in class org.jsmpp.bean.SubmitSmValue
 
getDestAddrTon() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getDestAddrTon() - Method in class org.jsmpp.bean.CancelSm
 
getDestAddrTon() - Method in class org.jsmpp.bean.SubmitSmValue
 
getDestinationAddr() - Method in class org.jsmpp.bean.SubmitSmValue
 
getDestinationAddress() - Method in class org.jsmpp.bean.CancelSm
 
getDestinationAddress() - Method in class org.jsmpp.bean.UnsuccessDelivery
 
getDoneDate() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getEnquireLinkTimer() - Method in class org.jsmpp.session.AbstractSession
 
getEnquireLinkTimer() - Method in interface org.jsmpp.session.Session
 
getErrCode() - Method in enum org.jsmpp.util.StringParameter
Get the corresponding error code if the rule has broken.
getError() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getErrorCode() - Method in class org.jsmpp.bean.QuerySmResp
 
getErrorCode() - Method in exception org.jsmpp.extra.ProcessRequestException
Get the error code (or known as command_status).
getErrorCode() - Method in exception org.jsmpp.PDUStringException
Get the error code of the broken constaint.
getErrorCode() - Method in class org.jsmpp.session.QuerySmResult
 
getErrorStatusCode() - Method in class org.jsmpp.bean.UnsuccessDelivery
 
getEsmClass() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getEsmClass() - Method in class org.jsmpp.bean.SubmitMulti
 
getEsmClass() - Method in class org.jsmpp.bean.SubmitSmValue
 
getEsmeAddr() - Method in class org.jsmpp.bean.AlertNotification
 
getEsmeAddrNpi() - Method in class org.jsmpp.bean.AlertNotification
 
getEsmeAddrTon() - Method in class org.jsmpp.bean.AlertNotification
 
getFinalDate() - Method in class org.jsmpp.bean.QuerySmResp
 
getFinalDate() - Method in class org.jsmpp.session.QuerySmResult
 
getFinalStatus() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getFlag() - Method in class org.jsmpp.bean.Address
 
getFlag() - Method in interface org.jsmpp.bean.DestinationAddress
 
getFlag() - Method in class org.jsmpp.bean.DistributionList
 
getId() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getInitiationTimer() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getInputStream() - Method in interface org.jsmpp.session.connection.Connection
 
getInputStream() - Method in class org.jsmpp.session.connection.socket.SocketConnection
 
getInstance() - Static method in class org.jsmpp.session.connection.socket.SocketConnectionFactory
 
getInstance() - Static method in class org.jsmpp.util.DefaultDecomposer
 
getInterfaceVersion() - Method in class org.jsmpp.bean.Bind
Get the interface_version.
getLastActivityTimestamp() - Method in class org.jsmpp.session.AbstractSession
 
getLastActivityTimestamp() - Method in class org.jsmpp.session.AbstractSessionContext
 
getLastActivityTimestamp() - Method in interface org.jsmpp.session.Session
Get the last reading valid PDU from remote host.
getLastActivityTimestamp() - Method in interface org.jsmpp.session.SessionContext
Get the last activity of a session.
getLength() - Method in class org.jsmpp.bean.SarMsgRefNumber
 
getLength() - Method in class org.jsmpp.bean.SarSegmentSeqnum
 
getLength() - Method in class org.jsmpp.bean.SarTotalSegments
 
getMax() - Method in enum org.jsmpp.util.StringParameter
 
getMessageClass() - Method in class org.jsmpp.bean.DataCoding1111
Get the message class of current data coding.
getMessageId() - Method in class org.jsmpp.bean.AbstractSmRespCommand
 
getMessageId() - Method in class org.jsmpp.bean.CancelSm
 
getMessageId() - Method in class org.jsmpp.bean.QuerySm
 
getMessageId() - Method in class org.jsmpp.bean.QuerySmResp
 
getMessageId() - Method in class org.jsmpp.bean.ReplaceSm
 
getMessageId() - Method in class org.jsmpp.bean.SubmitMultiResp
 
getMessageId() - Method in class org.jsmpp.bean.SubmitMultiResult
 
getMessageId() - Method in class org.jsmpp.session.BindResult
 
getMessageId() - Method in class org.jsmpp.session.DataSmResult
 
getMessageReceiverListener() - Method in class org.jsmpp.session.SMPPServerSession
 
getMessageReceiverListener() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getMessageReceiverListener() - Method in class org.jsmpp.session.SMPPSession
 
getMessageState() - Method in class org.jsmpp.bean.QuerySmResp
 
getMessageState() - Method in class org.jsmpp.session.QuerySmResult
 
getMin() - Method in enum org.jsmpp.util.StringParameter
 
getName() - Method in class org.jsmpp.bean.DistributionList
 
getNpi() - Method in class org.jsmpp.bean.Address
 
getNumberingPlanIndicator() - Method in class org.jsmpp.bean.Address
 
getOptionalParameter() - Method in class org.jsmpp.session.BindResult
 
getOptionalParameters() - Method in class org.jsmpp.bean.AlertNotification
 
getOptionalParameters() - Method in class org.jsmpp.bean.BindResp
 
getOptionalParameters() - Method in class org.jsmpp.bean.DataSmResp
 
getOptionalParameters() - Method in class org.jsmpp.bean.SubmitMulti
 
getOptionalParameters() - Method in class org.jsmpp.session.DataSmResult
 
getOptionalParametes() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getOutputStream() - Method in interface org.jsmpp.session.connection.Connection
 
getOutputStream() - Method in class org.jsmpp.session.connection.socket.SocketConnection
 
getParameter() - Method in exception org.jsmpp.PDUStringException
Get the constraint parameter.
getPassword() - Method in class org.jsmpp.bean.Bind
Get the password.
getPassword() - Method in class org.jsmpp.bean.Outbind
 
getPassword() - Method in class org.jsmpp.session.BindParameter
 
getPassword() - Method in class org.jsmpp.session.BindRequest
 
getPduProcessorDegree() - Method in class org.jsmpp.session.AbstractSession
Get the total of thread that can handle read and process PDU parallely.
getPduProcessorDegree() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getPort() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getPriorityFlag() - Method in class org.jsmpp.bean.MessageRequest
 
getPriorityFlag() - Method in class org.jsmpp.bean.SubmitMulti
 
getPriorityFlag() - Method in class org.jsmpp.bean.SubmitSmValue
 
getProtocolId() - Method in class org.jsmpp.bean.MessageRequest
 
getProtocolId() - Method in class org.jsmpp.bean.SubmitMulti
 
getProtocolId() - Method in class org.jsmpp.bean.SubmitSmValue
 
getRegisteredDelivery() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getRegisteredDelivery() - Method in class org.jsmpp.bean.ReplaceSm
 
getRegisteredDelivery() - Method in class org.jsmpp.bean.SubmitMulti
 
getRegisteredDelivery() - Method in class org.jsmpp.bean.SubmitSmValue
 
getReplaceIfPresent() - Method in class org.jsmpp.bean.MessageRequest
 
getReplaceIfPresent() - Method in class org.jsmpp.bean.SubmitSmValue
 
getReplaceIfPresentFlag() - Method in class org.jsmpp.bean.SubmitMulti
 
getResponse() - Method in class org.jsmpp.extra.PendingResponse
Get the response.
getScheduleDeliveryTime() - Method in class org.jsmpp.bean.MessageRequest
 
getScheduleDeliveryTime() - Method in class org.jsmpp.bean.ReplaceSm
 
getScheduleDeliveryTime() - Method in class org.jsmpp.bean.SubmitMulti
 
getScheduleDeliveryTime() - Method in class org.jsmpp.bean.SubmitSmValue
 
getSequenceNumber() - Method in class org.jsmpp.bean.Command
Get the sequence_number.
getServiceType() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getServiceType() - Method in class org.jsmpp.bean.CancelSm
 
getServiceType() - Method in class org.jsmpp.bean.SubmitMulti
 
getServiceType() - Method in class org.jsmpp.bean.SubmitSmValue
 
getSessionId() - Method in class org.jsmpp.session.AbstractSession
 
getSessionId() - Method in interface org.jsmpp.session.Session
Get session id.
getSessionState() - Method in class org.jsmpp.session.AbstractSession
 
getSessionState() - Method in interface org.jsmpp.session.Session
 
getSessionState() - Method in interface org.jsmpp.session.SessionContext
Get current session state.
getSessionState() - Method in class org.jsmpp.session.SMPPServerSessionContext
 
getSessionState() - Method in class org.jsmpp.session.SMPPSessionContext
 
getSessionState() - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
getSessionStateListener() - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getShortMessage() - Method in class org.jsmpp.bean.MessageRequest
 
getShortMessage() - Method in class org.jsmpp.bean.ReplaceSm
 
getShortMessage() - Method in class org.jsmpp.bean.SubmitMulti
 
getShortMessage() - Method in class org.jsmpp.bean.SubmitSmValue
 
getShortMessageAsDeliveryReceipt() - Method in class org.jsmpp.bean.DeliverSm
Get the short message as DeliveryReceipt.
getSmDefaultMsgId() - Method in class org.jsmpp.bean.MessageRequest
 
getSmDefaultMsgId() - Method in class org.jsmpp.bean.ReplaceSm
 
getSmDefaultMsgId() - Method in class org.jsmpp.bean.SubmitMulti
 
getSmDefaultMsgId() - Method in class org.jsmpp.bean.SubmitSmValue
 
getSoTimeout() - Method in interface org.jsmpp.session.connection.ServerConnection
 
getSoTimeout() - Method in class org.jsmpp.session.connection.socket.ServerSocketConnection
 
getSourceAddr() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getSourceAddr() - Method in class org.jsmpp.bean.AlertNotification
 
getSourceAddr() - Method in class org.jsmpp.bean.CancelSm
 
getSourceAddr() - Method in class org.jsmpp.bean.QuerySm
 
getSourceAddr() - Method in class org.jsmpp.bean.ReplaceSm
 
getSourceAddr() - Method in class org.jsmpp.bean.SubmitMulti
 
getSourceAddr() - Method in class org.jsmpp.bean.SubmitSmValue
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.AlertNotification
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.CancelSm
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.QuerySm
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.ReplaceSm
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.SubmitMulti
 
getSourceAddrNpi() - Method in class org.jsmpp.bean.SubmitSmValue
 
getSourceAddrTon() - Method in class org.jsmpp.bean.AbstractSmCommand
 
getSourceAddrTon() - Method in class org.jsmpp.bean.AlertNotification
 
getSourceAddrTon() - Method in class org.jsmpp.bean.CancelSm
 
getSourceAddrTon() - Method in class org.jsmpp.bean.QuerySm
 
getSourceAddrTon() - Method in class org.jsmpp.bean.ReplaceSm
 
getSourceAddrTon() - Method in class org.jsmpp.bean.SubmitMulti
 
getSourceAddrTon() - Method in class org.jsmpp.bean.SubmitSmValue
 
getStateProcessor() - Method in class org.jsmpp.session.SMPPServerSessionContext
 
getStateProcessor() - Method in class org.jsmpp.session.SMPPSessionContext
 
getSubmitDate() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getSubmitted() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getSystemId() - Method in class org.jsmpp.bean.Bind
Get the system_id.
getSystemId() - Method in class org.jsmpp.bean.BindResp
Get the system_id.
getSystemId() - Method in class org.jsmpp.bean.Outbind
 
getSystemId() - Method in class org.jsmpp.session.BindParameter
 
getSystemId() - Method in class org.jsmpp.session.BindRequest
 
getSystemType() - Method in class org.jsmpp.bean.Bind
Get the system_type.
getSystemType() - Method in class org.jsmpp.session.BindParameter
 
getSystemType() - Method in class org.jsmpp.session.BindRequest
 
getTag() - Method in class org.jsmpp.bean.SarMsgRefNumber
 
getTag() - Method in class org.jsmpp.bean.SarSegmentSeqnum
 
getTag() - Method in class org.jsmpp.bean.SarTotalSegments
 
getText() - Method in class org.jsmpp.bean.DeliveryReceipt
 
getTimeout(int) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
getTon() - Method in class org.jsmpp.bean.Address
 
getTransactionTimer() - Method in class org.jsmpp.session.AbstractSession
 
getTransactionTimer() - Method in class org.jsmpp.session.AbstractSMPPOperation
 
getTransactionTimer() - Method in interface org.jsmpp.session.Session
 
getType() - Method in enum org.jsmpp.util.StringParameter
 
getTypeOfNumber() - Method in class org.jsmpp.bean.Address
 
getUnsuccessDeliveries() - Method in class org.jsmpp.bean.SubmitMultiResult
 
getUnsuccessSmes() - Method in class org.jsmpp.bean.SubmitMultiResp
 
getValidityPeriod() - Method in class org.jsmpp.bean.MessageRequest
 
getValidityPeriod() - Method in class org.jsmpp.bean.ReplaceSm
 
getValidityPeriod() - Method in class org.jsmpp.bean.SubmitMulti
 
getValidityPeriod() - Method in class org.jsmpp.bean.SubmitSmValue
 
getValue() - Method in enum org.jsmpp.bean.DestinationAddress.Flag
 
getValue() - Method in class org.jsmpp.bean.OptionalParameter.Byte
 
getValue() - Method in class org.jsmpp.bean.OptionalParameter.Int
 
getValue() - Method in class org.jsmpp.bean.OptionalParameter.OctetString
 
getValue() - Method in class org.jsmpp.bean.OptionalParameter.Short
 
getValue() - Method in class org.jsmpp.bean.SarMsgRefNumber
 
getValue() - Method in class org.jsmpp.bean.SarSegmentSeqnum
 
getValue() - Method in class org.jsmpp.bean.SarTotalSegments
 
getValue() - Method in class org.jsmpp.util.MessageId
Get the message_id value.
getValueAsString() - Method in class org.jsmpp.bean.OptionalParameter.COctetString
 
getValueAsString() - Method in class org.jsmpp.bean.OptionalParameter.OctetString
 
GSMSpecificFeature - Enum in org.jsmpp.bean
 

H

hashCode() - Method in class org.jsmpp.bean.AbstractSmCommand
 
hashCode() - Method in class org.jsmpp.bean.AbstractSmRespCommand
 
hashCode() - Method in class org.jsmpp.bean.Address
 
hashCode() - Method in class org.jsmpp.bean.AlertNotification
 
hashCode() - Method in class org.jsmpp.bean.Bind
 
hashCode() - Method in class org.jsmpp.bean.BindResp
 
hashCode() - Method in class org.jsmpp.bean.CancelSm
 
hashCode() - Method in class org.jsmpp.bean.Command
 
hashCode() - Method in class org.jsmpp.bean.DataCoding
 
hashCode() - Method in class org.jsmpp.bean.DataSmResp
 
hashCode() - Method in class org.jsmpp.bean.DeliveryReceipt
 
hashCode() - Method in class org.jsmpp.bean.ESMClass
 
hashCode() - Method in class org.jsmpp.bean.MessageRequest
 
hashCode() - Method in class org.jsmpp.bean.OptionalParameter
 
hashCode() - Method in class org.jsmpp.bean.Outbind
 
hashCode() - Method in class org.jsmpp.bean.QuerySm
 
hashCode() - Method in class org.jsmpp.bean.QuerySmResp
 
hashCode() - Method in class org.jsmpp.bean.RegisteredDelivery
 
hashCode() - Method in class org.jsmpp.bean.ReplaceIfPresentFlag
 
hashCode() - Method in class org.jsmpp.bean.ReplaceSm
 
hashCode() - Method in class org.jsmpp.bean.SarMsgRefNumber
 
hashCode() - Method in class org.jsmpp.bean.SarSegmentSeqnum
 
hashCode() - Method in class org.jsmpp.bean.SarTotalSegments
 
hashCode() - Method in class org.jsmpp.bean.SubmitMulti
 
hashCode() - Method in class org.jsmpp.bean.SubmitMultiResp
 
hashCode() - Method in class org.jsmpp.bean.SubmitMultiResult
 
hashCode() - Method in class org.jsmpp.bean.UnsuccessDelivery
 
hashCode() - Method in class org.jsmpp.session.BindParameter
 
hashCode() - Method in class org.jsmpp.session.QuerySmResult
 
hashCode() - Method in class org.jsmpp.util.MessageId
 
header(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
header(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the header only SMPP PDU command.
HexUtil - Class in org.jsmpp.util
The Hex utility.
HexUtil() - Constructor for class org.jsmpp.util.HexUtil
 

I

IF_VERSION_33 - Static variable in interface org.jsmpp.SMPPConstant
 
IF_VERSION_34 - Static variable in interface org.jsmpp.SMPPConstant
 
IF_VERSION_50 - Static variable in interface org.jsmpp.SMPPConstant
 
Int(short, int) - Constructor for class org.jsmpp.bean.OptionalParameter.Int
 
Int(OptionalParameter.Tag, int) - Constructor for class org.jsmpp.bean.OptionalParameter.Int
 
Int(short, byte[]) - Constructor for class org.jsmpp.bean.OptionalParameter.Int
 
InterfaceVersion - Enum in org.jsmpp.bean
Enum represent the interface version of SMPP.
IntermediateNotification - Enum in org.jsmpp.bean
 
intToBytes(int) - Static method in class org.jsmpp.util.OctetUtil
Convert integer (4 octets) value to bytes.
IntUtil - Class in org.jsmpp.util
The int util.
IntUtil() - Constructor for class org.jsmpp.util.IntUtil
 
InvalidCommandLengthException - Exception in org.jsmpp
This exception is thrown if command_length of PDU is not acceptable.
InvalidCommandLengthException() - Constructor for exception org.jsmpp.InvalidCommandLengthException
Default constructor.
InvalidCommandLengthException(String, Throwable) - Constructor for exception org.jsmpp.InvalidCommandLengthException
Construct with specified message and cause.
InvalidCommandLengthException(String) - Constructor for exception org.jsmpp.InvalidCommandLengthException
Construct with specified message.
InvalidCommandLengthException(Throwable) - Constructor for exception org.jsmpp.InvalidCommandLengthException
Construct with specified cause.
InvalidDeliveryReceiptException - Exception in org.jsmpp.util
This exception is throw if there is an invalid format on delivery receipt content.
InvalidDeliveryReceiptException(String) - Constructor for exception org.jsmpp.util.InvalidDeliveryReceiptException
 
InvalidDeliveryReceiptException(String, Exception) - Constructor for exception org.jsmpp.util.InvalidDeliveryReceiptException
 
InvalidNumberOfDestinationsException - Exception in org.jsmpp
This exception should be thrown if there is an invalid number of destination address used by submit_multi.
InvalidNumberOfDestinationsException(String, int) - Constructor for exception org.jsmpp.InvalidNumberOfDestinationsException
Default constructor.
InvalidRequestException - Exception in org.jsmpp
This exception is thrown when receive unexpected request.
InvalidRequestException() - Constructor for exception org.jsmpp.InvalidRequestException
Default constructor.
InvalidRequestException(String, Throwable) - Constructor for exception org.jsmpp.InvalidRequestException
Construct with specified message and cause.
InvalidRequestException(String) - Constructor for exception org.jsmpp.InvalidRequestException
Construct with specified message.
InvalidRequestException(Throwable) - Constructor for exception org.jsmpp.InvalidRequestException
Construct with specified cause.
InvalidResponseException - Exception in org.jsmpp
This exception thrown if we receive unexpected response (such as invalid PDU parameter).
InvalidResponseException(String, Throwable) - Constructor for exception org.jsmpp.InvalidResponseException
Construct with specified message and cause.
InvalidResponseException(String) - Constructor for exception org.jsmpp.InvalidResponseException
Construct with specified message.
isBound() - Method in enum org.jsmpp.extra.SessionState
Check whether the session state is bound.
isCompatible(byte) - Static method in class org.jsmpp.bean.DataCoding1111
 
isCompatible(byte) - Static method in class org.jsmpp.bean.GeneralDataCoding
 
isCompressed() - Method in class org.jsmpp.bean.GeneralDataCoding
 
isContainMessageClass() - Method in class org.jsmpp.bean.GeneralDataCoding
Indicate that the DataCoding have meaning message class
isConversationAbort() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
isConversationAbort(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
isDatagramMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isDatagramMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isDefaultMessageType() - Method in class org.jsmpp.bean.AbstractSmCommand
Message Type.
isDefaultMessageType(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Message Type.
isDefaultMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isDefaultMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
isEsmeDeliveryAcknowledgement() - Method in class org.jsmpp.bean.SubmitSm
Message Type.
isEsmeDeliveryAcknowledgement(byte) - Static method in class org.jsmpp.bean.SubmitSm
Message Type.
isEsmeManualAcknowledgement() - Method in class org.jsmpp.bean.SubmitSm
Message Type.
isEsmeManualAcknowledgement(byte) - Static method in class org.jsmpp.bean.SubmitSm
Message Type.
isForwardMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isForwardMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isIntermedietDeliveryNotification() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
isIntermedietDeliveryNotification(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
isMessageType(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
isMessagingMode(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
isOpen() - Method in interface org.jsmpp.session.connection.Connection
 
isOpen() - Method in class org.jsmpp.session.connection.socket.SocketConnection
 
isRangeMinAndMax() - Method in enum org.jsmpp.util.StringParameter
 
isReceivable() - Method in enum org.jsmpp.extra.SessionState
Check whether the session state is receivable.
isReceiveable() - Method in enum org.jsmpp.bean.BindType
Inform whether the bind type is receivable.
isReplyPath() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
isReplyPath(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
isSmeAck(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
SME originated Acknowledgement.
isSmeAckNotRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
isSmeAckNotRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgement.
isSmeDeliveryAcknowledgment(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
isSmeDeliveryAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
isSmeDeliveryAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
isSmeDeliveryAndManualAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgement.
isSmeDeliveryAndManualAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
isSmeManualAcknowledgment() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
isSmeManualAcknowledgment(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
isSmeManualAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgement.
isSmeManualAckRequested(byte) - Static method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
isSmscDeliveryReceipt(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
SMSC Delivery Receipt.
isSmscDeliveryReceipt() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
isSmscDeliveryReceipt(byte) - Static method in class org.jsmpp.bean.DeliverSm
Message Type.
isSmscDelNotRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSmscDelReceiptFailureRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSmscDelReceiptFailureRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSmscDelReceiptNotRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSmscDelReceiptSuccessAndFailureRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSmscDelReceiptSuccessAndFailureRequested(byte) - Static method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
isSpecificFeatures(byte, byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
 
isStoreAndForwardMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isStoreAndForwardMode(byte) - Static method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
isTransmitable() - Method in enum org.jsmpp.bean.BindType
Inform whether the bind type is transmitable.
isTransmittable() - Method in enum org.jsmpp.extra.SessionState
Check whether the session state is transmittable.
isUdhi() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
isUdhi(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
isUdhiAndReplyPath() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
isUdhiAndReplyPath(byte) - Static method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.

L

listen(int) - Method in interface org.jsmpp.session.connection.ServerConnectionFactory
 
listen(int, int) - Method in interface org.jsmpp.session.connection.ServerConnectionFactory
 
listen(int, int, int) - Method in interface org.jsmpp.session.connection.ServerConnectionFactory
 
listen(int) - Method in class org.jsmpp.session.connection.socket.ServerSocketConnectionFactory
 
listen(int, int) - Method in class org.jsmpp.session.connection.socket.ServerSocketConnectionFactory
 
listen(int, int, int) - Method in class org.jsmpp.session.connection.socket.ServerSocketConnectionFactory
 
LongSMS - Class in org.jsmpp.bean
 
LongSMS() - Constructor for class org.jsmpp.bean.LongSMS
 

M

main(String[]) - Static method in class org.jsmpp.bean.LongSMS
 
MASK_ALPHA - Static variable in interface org.jsmpp.SMPPConstant
 
MASK_ALPHABET - Static variable in enum org.jsmpp.bean.Alphabet
Is the MASK of alphabet (00001100).
MASK_BYTE - Static variable in enum org.jsmpp.bean.GSMSpecificFeature
 
MASK_BYTE - Static variable in enum org.jsmpp.bean.IntermediateNotification
 
MASK_BYTE - Static variable in enum org.jsmpp.bean.MessageMode
 
MASK_BYTE - Static variable in enum org.jsmpp.bean.MessageType
 
MASK_BYTE - Static variable in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
MASK_BYTE - Static variable in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
MASK_CID_RESP - Static variable in interface org.jsmpp.SMPPConstant
Is the MASK for the response command_id.
MASK_MESSAGE_CLASS - Static variable in enum org.jsmpp.bean.MessageClass
 
MAX_VALUE - Static variable in class org.jsmpp.bean.SarMsgRefNumber
 
MessageClass - Enum in org.jsmpp.bean
 
MessageCoding - Enum in org.jsmpp
This is enum const that specified the message coding (see smpp spesification).
MessageId - Class in org.jsmpp.util
This class is wrap simple String value as message_id.
MessageId(String) - Constructor for class org.jsmpp.util.MessageId
Construct MessageId with specified value.
MessageIDGenerator - Interface in org.jsmpp.util
Is the message_id generator.
MessageMode - Enum in org.jsmpp.bean
 
messageReceiverListener() - Method in class org.jsmpp.session.AbstractSession
 
MessageReceiverListener - Interface in org.jsmpp.session
This listener will listen to every incoming short message, recognized by deliver_sm command.
messageReceiverListener() - Method in class org.jsmpp.session.SMPPServerSession
 
messageReceiverListener() - Method in class org.jsmpp.session.SMPPSession
 
MessageRequest - Class in org.jsmpp.bean
 
MessageRequest() - Constructor for class org.jsmpp.bean.MessageRequest
 
MessageState - Enum in org.jsmpp.bean
The enumerated state for short message.
MessageType - Enum in org.jsmpp.bean
 

N

NegativeResponseException - Exception in org.jsmpp.extra
This exception is thrown if we receive an negative response.
NegativeResponseException(int) - Constructor for exception org.jsmpp.extra.NegativeResponseException
Construct with specified command_status.
newInstance(int) - Static method in class org.jsmpp.bean.DataCoding
Create new instance of data coding with specified value.
newInstance(byte) - Static method in class org.jsmpp.bean.DataCoding
Create new instance of data coding with specified value.
newMessageId() - Method in interface org.jsmpp.util.MessageIDGenerator
Generate message-id, max 65 C-Octet String.
newMessageId() - Method in class org.jsmpp.util.RandomMessageIDGenerator
 
newSarMsgRefNum(short) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_MESSAGE_REF_NUM TLV instance.
newSarMsgRefNum(int) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_MESSAGE_REF_NUM TLV instance.
newSarSegmentSeqnum(byte) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_SEGMENT_SEQNUM TLV instance.
newSarSegmentSeqnum(int) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_SEGMENT_SEQNUM TLV instance.
newSarTotalSegments(byte) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_TOTAL_SEGMENTS TLV instance.
newSarTotalSegments(int) - Static method in class org.jsmpp.bean.OptionalParameters
Create SAR_TOTAL_SEGMENTS TLV instance.
newSessionId() - Method in class org.jsmpp.util.RandomSessionIDGenerator
Generate new session id.
newSessionId() - Method in interface org.jsmpp.util.SessionIDGenerator
 
nextValue() - Method in class org.jsmpp.util.Sequence
Return the next value.
notifyActivity() - Method in class org.jsmpp.session.AbstractSessionContext
 
notifyActivity() - Method in interface org.jsmpp.session.ActivityNotifier
Notify an activity.
notifyUnbonded() - Method in interface org.jsmpp.session.BaseResponseHandler
Notify for unbind.
NPI_DATA - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_ERMES - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_INTERNET - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_ISDN - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_LAND_MOBILE - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_NATIONAL - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_PRIVATE - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_TELEX - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_UNKNOWN - Static variable in interface org.jsmpp.SMPPConstant
 
NPI_WAP - Static variable in interface org.jsmpp.SMPPConstant
 
Null(short) - Constructor for class org.jsmpp.bean.OptionalParameter.Null
 
Null(OptionalParameter.Tag) - Constructor for class org.jsmpp.bean.OptionalParameter.Null
 
NumberingPlanIndicator - Enum in org.jsmpp.bean
This enum is defined Numbering Plan Indicator.

O

OctetString(short, String) - Constructor for class org.jsmpp.bean.OptionalParameter.OctetString
 
OctetString(OptionalParameter.Tag, String) - Constructor for class org.jsmpp.bean.OptionalParameter.OctetString
 
OctetString(short, String, String) - Constructor for class org.jsmpp.bean.OptionalParameter.OctetString
 
OctetString(short, byte[]) - Constructor for class org.jsmpp.bean.OptionalParameter.OctetString
 
OctetString(short, byte[], int, int) - Constructor for class org.jsmpp.bean.OptionalParameter.OctetString
 
OctetUtil - Class in org.jsmpp.util
The octet util.
OctetUtil() - Constructor for class org.jsmpp.util.OctetUtil
 
onAcceptAlertNotification(AlertNotification) - Method in interface org.jsmpp.session.MessageReceiverListener
This event raised when alert notification received.
onAcceptCancelSm(CancelSm, SMPPServerSession) - Method in interface org.jsmpp.session.ServerMessageReceiverListener
 
onAcceptDataSm(DataSm, Session) - Method in interface org.jsmpp.session.GenericMessageReceiverListener
Event that called when a data short message accepted.
onAcceptDeliverSm(DeliverSm) - Method in interface org.jsmpp.session.MessageReceiverListener
This event raised when a short message received.
onAcceptQuerySm(QuerySm, SMPPServerSession) - Method in interface org.jsmpp.session.ServerMessageReceiverListener
 
onAcceptReplaceSm(ReplaceSm, SMPPServerSession) - Method in interface org.jsmpp.session.ServerMessageReceiverListener
 
onAcceptSubmitMulti(SubmitMulti, SMPPServerSession) - Method in interface org.jsmpp.session.ServerMessageReceiverListener
 
onAcceptSubmitSm(SubmitSm, SMPPServerSession) - Method in interface org.jsmpp.session.ServerMessageReceiverListener
 
onStateChange(SessionState, SessionState, Object) - Method in interface org.jsmpp.session.SessionStateListener
Raised when the session state changed.
onSubmitMultiRespError(SubmitMultiResult, Exception, SMPPServerSession) - Method in class org.jsmpp.session.ServerResponseDeliveryAdapter
 
onSubmitMultiRespError(SubmitMultiResult, Exception, SMPPServerSession) - Method in interface org.jsmpp.session.ServerResponseDeliveryListener
This event raised when submit_multi_resp delivery is failed.
onSubmitMultiRespSent(SubmitMultiResult, SMPPServerSession) - Method in class org.jsmpp.session.ServerResponseDeliveryAdapter
 
onSubmitMultiRespSent(SubmitMultiResult, SMPPServerSession) - Method in interface org.jsmpp.session.ServerResponseDeliveryListener
This event raised when submit_multi_resp delivery is succeed.
onSubmitSmRespError(MessageId, Exception, SMPPServerSession) - Method in class org.jsmpp.session.ServerResponseDeliveryAdapter
 
onSubmitSmRespError(MessageId, Exception, SMPPServerSession) - Method in interface org.jsmpp.session.ServerResponseDeliveryListener
This event raised when submit_sm_resp delivery is failed.
onSubmitSmRespSent(MessageId, SMPPServerSession) - Method in class org.jsmpp.session.ServerResponseDeliveryAdapter
 
onSubmitSmRespSent(MessageId, SMPPServerSession) - Method in interface org.jsmpp.session.ServerResponseDeliveryListener
This event raised when submit_sm_resp delivery is succeed.
open() - Method in class org.jsmpp.session.AbstractSessionContext
 
open() - Method in interface org.jsmpp.session.SessionContext
Change state to open.
OPEN - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
OPEN - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
OptionalParameter - Class in org.jsmpp.bean
The Optional Parameter class.
OptionalParameter(short) - Constructor for class org.jsmpp.bean.OptionalParameter
 
OptionalParameter.Byte - Class in org.jsmpp.bean
 
OptionalParameter.COctetString - Class in org.jsmpp.bean
 
OptionalParameter.Int - Class in org.jsmpp.bean
 
OptionalParameter.Null - Class in org.jsmpp.bean
 
OptionalParameter.OctetString - Class in org.jsmpp.bean
 
OptionalParameter.Short - Class in org.jsmpp.bean
 
OptionalParameter.Tag - Enum in org.jsmpp.bean
Is all the defined SMPP Optional Parameters.
OptionalParameters - Class in org.jsmpp.bean
 
OptionalParameters() - Constructor for class org.jsmpp.bean.OptionalParameters
 
optionalParametes - Variable in class org.jsmpp.bean.AbstractSmCommand
 
org.jsmpp - package org.jsmpp
 
org.jsmpp.bean - package org.jsmpp.bean
 
org.jsmpp.extra - package org.jsmpp.extra
 
org.jsmpp.session - package org.jsmpp.session
 
org.jsmpp.session.connection - package org.jsmpp.session.connection
 
org.jsmpp.session.connection.socket - package org.jsmpp.session.connection.socket
 
org.jsmpp.session.state - package org.jsmpp.session.state
 
org.jsmpp.util - package org.jsmpp.util
 
Outbind - Class in org.jsmpp.bean
 
Outbind() - Constructor for class org.jsmpp.bean.Outbind
 
outbind(int, String, String) - Method in class org.jsmpp.util.DefaultComposer
 
outbind(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
outbind(int, String, String) - Method in interface org.jsmpp.util.PDUComposer
 
outbind(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU outbind command.

P

PDUByteBuffer - Class in org.jsmpp.util
Utility to compose the PDU bytes.
PDUByteBuffer(int, int, int) - Constructor for class org.jsmpp.util.PDUByteBuffer
Construct with specified command_id, command_status, and sequence_number.
PDUByteBuffer(int, int, int, CapacityPolicy) - Constructor for class org.jsmpp.util.PDUByteBuffer
Construct with specified command_id, command_status, sequence_number and capacity policy.
PDUByteBuffer() - Constructor for class org.jsmpp.util.PDUByteBuffer
Default constructor.
PDUByteBuffer(CapacityPolicy) - Constructor for class org.jsmpp.util.PDUByteBuffer
Construct with specified capacity policy.
PDUComposer - Interface in org.jsmpp.util
This is utility to compose the PDU from parameter values to byte.
PDUDecomposer - Interface in org.jsmpp.util
This class is provide interface to decompose SMPP PDU bytes form into SMPP command object.
PDUException - Exception in org.jsmpp
This exception is thrown when there is a failure corresponds to PDU processing.
PDUException() - Constructor for exception org.jsmpp.PDUException
Default constructor.
PDUException(String, Throwable) - Constructor for exception org.jsmpp.PDUException
Construct with specified message and cause.
PDUException(String) - Constructor for exception org.jsmpp.PDUException
Construct with specified message.
PDUException(Throwable) - Constructor for exception org.jsmpp.PDUException
Construct with specified cause.
PDUProcessServerTask - Class in org.jsmpp.session
 
PDUProcessServerTask(Command, byte[], SMPPServerSessionState, ActivityNotifier, ServerResponseHandler, Runnable) - Constructor for class org.jsmpp.session.PDUProcessServerTask
 
PDUProcessTask - Class in org.jsmpp.session
 
PDUProcessTask(Command, byte[], SMPPSessionState, ResponseHandler, ActivityNotifier, Runnable) - Constructor for class org.jsmpp.session.PDUProcessTask
 
PDUReader - Interface in org.jsmpp
Reader for SMPP PDU from specified InputStream.
PDUSender - Interface in org.jsmpp
This class provide way to send SMPP Command over an OutputStream.
pduSender - Variable in class org.jsmpp.session.AbstractSendCommandTask
 
pduSender() - Method in class org.jsmpp.session.AbstractSession
 
pduSender() - Method in class org.jsmpp.session.AbstractSMPPOperation
 
PDUStringException - Exception in org.jsmpp
Thrown if there is an invalid constraint for the PDU String parameter.
PDUStringException(String, StringParameter) - Constructor for exception org.jsmpp.PDUStringException
Construct with specified message and parameter.
PendingResponse<T extends Command> - Class in org.jsmpp.extra
This class is utility that able wait for a response for specified timeout.
PendingResponse(long) - Constructor for class org.jsmpp.extra.PendingResponse
Construct with specified timeout.
priorityFlag - Variable in class org.jsmpp.bean.MessageRequest
 
processAlertNotification(AlertNotification) - Method in interface org.jsmpp.session.ResponseHandler
 
processAlertNotification(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
 
processBind(Bind) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processBind(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
Process the bind request command.
processBind(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processBindResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
Process the bind response command.
processCancelSm(CancelSm) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processCancelSm(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
Process the cancel short message request command.
processCancelSm(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processCancelSmResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
 
processDataSm(DataSm) - Method in interface org.jsmpp.session.BaseResponseHandler
Process the data short message.
processDataSm(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processDataSmResp(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processDeliverSm(DeliverSm) - Method in interface org.jsmpp.session.ResponseHandler
Process the deliver
processDeliverSm(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
Process the deliver short message request command.
processDeliverSmResp(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
 
processDeliverSmResp(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processEnquireLink(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processEnquireLinkResp(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processGenericNack(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processQuerySm(QuerySm) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processQuerySm(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
 
processQuerySm(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processQuerySmResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
Process the query short message response command.
processReplaceSm(ReplaceSm) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processReplaceSm(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
 
processReplaceSm(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processReplaceSmResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
 
ProcessRequestException - Exception in org.jsmpp.extra
Thrown if there is an error occur when processing request.
ProcessRequestException(String, int) - Constructor for exception org.jsmpp.extra.ProcessRequestException
Construct with specified message and error code.
ProcessRequestException(String, int, Throwable) - Constructor for exception org.jsmpp.extra.ProcessRequestException
Construct with specified message, error code, and cause.
processSubmitMulti(SubmitMulti) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processSubmitMulti(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
 
processSubmitMulti(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processSubmitMultiResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
Process a submit multiple message response.
processSubmitSm(SubmitSm) - Method in interface org.jsmpp.session.ServerResponseHandler
 
processSubmitSm(Command, byte[], ServerResponseHandler) - Method in interface org.jsmpp.session.state.SMPPServerSessionState
Process the submit short message request command.
processSubmitSm(Command, byte[], ServerResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processSubmitSmResp(Command, byte[], ResponseHandler) - Method in interface org.jsmpp.session.state.SMPPSessionState
Process the submit short message response command.
processUnbind(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processUnbindResp(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
processUnknownCid(Command, byte[], BaseResponseHandler) - Method in class org.jsmpp.session.state.SMPPServerSessionUnbound
 
protocolId - Variable in class org.jsmpp.bean.MessageRequest
 

Q

queryShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.session.ClientSession
Query previous submitted short message based on it's message_id and message_id.
queryShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.session.SMPPSession
 
QuerySm - Class in org.jsmpp.bean
 
QuerySm() - Constructor for class org.jsmpp.bean.QuerySm
 
querySm(String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
querySm(String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.session.SMPPClientOperation
 
querySm(int, String, byte, byte, String) - Method in class org.jsmpp.util.DefaultComposer
 
querySm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
querySm(int, String, byte, byte, String) - Method in interface org.jsmpp.util.PDUComposer
 
querySm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU query short message command.
QuerySmCommandTask - Class in org.jsmpp.session
 
QuerySmCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String) - Constructor for class org.jsmpp.session.QuerySmCommandTask
 
QuerySmResp - Class in org.jsmpp.bean
 
QuerySmResp() - Constructor for class org.jsmpp.bean.QuerySmResp
 
querySmResp(String, String, MessageState, byte, int) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
querySmResp(String, String, MessageState, byte, int) - Method in interface org.jsmpp.session.SMPPServerOperation
 
querySmResp(int, String, String, byte, byte) - Method in class org.jsmpp.util.DefaultComposer
 
querySmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
querySmResp(int, String, String, byte, byte) - Method in interface org.jsmpp.util.PDUComposer
 
querySmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU query short message reponse command.
QuerySmResult - Class in org.jsmpp.session
Result of query short message.
QuerySmResult(String, MessageState, byte) - Constructor for class org.jsmpp.session.QuerySmResult
 
QueueException - Exception in org.jsmpp.extra
General queue exception.
QueueException() - Constructor for exception org.jsmpp.extra.QueueException
Default constructor.
QueueException(String, Throwable) - Constructor for exception org.jsmpp.extra.QueueException
Construct with specified message and cause.
QueueException(String) - Constructor for exception org.jsmpp.extra.QueueException
Construct with specified message.
QueueException(Throwable) - Constructor for exception org.jsmpp.extra.QueueException
Construct with specified cause.
QueueMaxException - Exception in org.jsmpp.extra
This exception is thrown if the message queue has reach it maximum size.
QueueMaxException() - Constructor for exception org.jsmpp.extra.QueueMaxException
Default constructor.
QueueMaxException(String, Throwable) - Constructor for exception org.jsmpp.extra.QueueMaxException
Construct with specified detail messsage and cause.
QueueMaxException(String) - Constructor for exception org.jsmpp.extra.QueueMaxException
Construct with specified message.
QueueMaxException(Throwable) - Constructor for exception org.jsmpp.extra.QueueMaxException
Construct with specified cause.

R

RandomMessageIDGenerator - Class in org.jsmpp.util
Generate random alphanumeric
RandomMessageIDGenerator() - Constructor for class org.jsmpp.util.RandomMessageIDGenerator
 
RandomSessionIDGenerator - Class in org.jsmpp.util
Session id generator.
RandomSessionIDGenerator() - Constructor for class org.jsmpp.util.RandomSessionIDGenerator
 
read(byte[], int, int) - Method in class org.jsmpp.util.StrictBufferedInputStream
Workaround for an unexpected behavior of 'BufferedInputStream'!
readPDU(InputStream, Command) - Method in class org.jsmpp.DefaultPDUReader
 
readPDU(InputStream, int, int, int, int) - Method in class org.jsmpp.DefaultPDUReader
 
readPDU(InputStream, Command) - Method in interface org.jsmpp.PDUReader
Read all smpp pdu (excluding the command header) with specified pdu header.
readPDU(InputStream, int, int, int, int) - Method in interface org.jsmpp.PDUReader
Read all smpp pdu (excluding the command header) with specified pdu header values.
readPDU(InputStream, Command) - Method in class org.jsmpp.SynchronizedPDUReader
 
readPDU(InputStream, int, int, int, int) - Method in class org.jsmpp.SynchronizedPDUReader
 
readPDUHeader(DataInputStream) - Method in class org.jsmpp.DefaultPDUReader
 
readPDUHeader(DataInputStream) - Method in interface org.jsmpp.PDUReader
Read the pdu header.
readPDUHeader(DataInputStream) - Method in class org.jsmpp.SynchronizedPDUReader
 
REGDEL_SME_ACK_NO - Static variable in interface org.jsmpp.SMPPConstant
No recipient SME Acknowledgment requested.
REGDEL_SME_DELIVERY_ACK_REQUESTED - Static variable in interface org.jsmpp.SMPPConstant
SME Delivery Acknowledgment requested.
REGDEL_SME_DELIVERY_MANUAL_ACK_REQUESTED - Static variable in interface org.jsmpp.SMPPConstant
Both Delivery and Manual/User Acknowledgment requested.
REGDEL_SME_MANUAL_ACK_REQUESTED - Static variable in interface org.jsmpp.SMPPConstant
SME Manual/User Acknowledgment requested.
REGDEL_SMSC_FAILURE_REQUESTED - Static variable in interface org.jsmpp.SMPPConstant
SMSC Deliver Receipt requested where final delivery outcome is delivery failure.
REGDEL_SMSC_NO - Static variable in interface org.jsmpp.SMPPConstant
No SMSC Delivery receipt.
REGDEL_SMSC_SUCCESS_FAILURE_REQUESTED - Static variable in interface org.jsmpp.SMPPConstant
SMSC Delivery Receipt requested where final delivery outcome is delivery success or failure.
registeredDelivery - Variable in class org.jsmpp.bean.AbstractSmCommand
 
RegisteredDelivery - Class in org.jsmpp.bean
 
RegisteredDelivery() - Constructor for class org.jsmpp.bean.RegisteredDelivery
 
RegisteredDelivery(int) - Constructor for class org.jsmpp.bean.RegisteredDelivery
 
RegisteredDelivery(byte) - Constructor for class org.jsmpp.bean.RegisteredDelivery
 
RegisteredDelivery(SMSCDeliveryReceipt) - Constructor for class org.jsmpp.bean.RegisteredDelivery
 
RegisteredDelivery(SMEOriginatedAcknowledgement) - Constructor for class org.jsmpp.bean.RegisteredDelivery
 
reject(int) - Method in class org.jsmpp.session.BindRequest
Reject the bind request.
RelativeTimeFormatter - Class in org.jsmpp.util
Relative time formatter is TimeFormatter implementation referred to SMPP Protocol Specification v3.4 point 7.1.1.
RelativeTimeFormatter() - Constructor for class org.jsmpp.util.RelativeTimeFormatter
Construct with default timezone.
RelativeTimeFormatter(TimeZone) - Constructor for class org.jsmpp.util.RelativeTimeFormatter
Construct with specified SMSC timezone.
removePendingResponse(int) - Method in class org.jsmpp.session.AbstractSession
 
removeSentItem(int) - Method in interface org.jsmpp.session.BaseResponseHandler
Remove the previously PendingResponse that set when the request was sent.
removeSessionStateListener(SessionStateListener) - Method in class org.jsmpp.session.AbstractSession
 
removeSessionStateListener(SessionStateListener) - Method in class org.jsmpp.session.AbstractSessionContext
 
removeSessionStateListener(SessionStateListener) - Method in interface org.jsmpp.session.Session
 
REPLACE - Static variable in class org.jsmpp.bean.ReplaceIfPresentFlag
 
replaceIfPresent - Variable in class org.jsmpp.bean.MessageRequest
 
ReplaceIfPresentFlag - Class in org.jsmpp.bean
 
ReplaceIfPresentFlag(int) - Constructor for class org.jsmpp.bean.ReplaceIfPresentFlag
 
ReplaceIfPresentFlag(byte) - Constructor for class org.jsmpp.bean.ReplaceIfPresentFlag
 
replaceShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in interface org.jsmpp.session.ClientSession
Replace the previous submitted short message.
replaceShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in class org.jsmpp.session.SMPPSession
 
ReplaceSm - Class in org.jsmpp.bean
 
ReplaceSm() - Constructor for class org.jsmpp.bean.ReplaceSm
 
replaceSm(String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
replaceSm(String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in interface org.jsmpp.session.SMPPClientOperation
 
replaceSm(int, String, byte, byte, String, String, String, byte, byte, byte[]) - Method in class org.jsmpp.util.DefaultComposer
 
replaceSm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
replaceSm(int, String, byte, byte, String, String, String, byte, byte, byte[]) - Method in interface org.jsmpp.util.PDUComposer
 
replaceSm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
 
ReplaceSmCommandTask - Class in org.jsmpp.session
 
ReplaceSmCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Constructor for class org.jsmpp.session.ReplaceSmCommandTask
 
ReplaceSmResp - Class in org.jsmpp.bean
 
ReplaceSmResp() - Constructor for class org.jsmpp.bean.ReplaceSmResp
 
replaceSmResp(int) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
replaceSmResp(int) - Method in interface org.jsmpp.session.SMPPServerOperation
 
replaceSmResp(int) - Method in class org.jsmpp.util.DefaultComposer
 
replaceSmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
replaceSmResp(int) - Method in interface org.jsmpp.util.PDUComposer
 
replaceSmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
 
responseCommandId() - Method in enum org.jsmpp.bean.BindType
Return the response command_id that should given by this bind type.
ResponseHandler - Interface in org.jsmpp.session
ResponseHandler provide interface to handle response of the session routines.
ResponseTimeoutException - Exception in org.jsmpp.extra
Throw if the the response never come for specified timeout.
ResponseTimeoutException() - Constructor for exception org.jsmpp.extra.ResponseTimeoutException
Default constructor.
ResponseTimeoutException(String, Throwable) - Constructor for exception org.jsmpp.extra.ResponseTimeoutException
Construct with specified message and cause.
ResponseTimeoutException(String) - Constructor for exception org.jsmpp.extra.ResponseTimeoutException
Construct with specified message.
ResponseTimeoutException(Throwable) - Constructor for exception org.jsmpp.extra.ResponseTimeoutException
Construct with specified cause.
run() - Method in class org.jsmpp.session.PDUProcessServerTask
 
run() - Method in class org.jsmpp.session.PDUProcessTask
 

S

SarMsgRefNumber - Class in org.jsmpp.bean
 
SarMsgRefNumber(short) - Constructor for class org.jsmpp.bean.SarMsgRefNumber
 
SarMsgRefNumber(int) - Constructor for class org.jsmpp.bean.SarMsgRefNumber
 
SarSegmentSeqnum - Class in org.jsmpp.bean
 
SarSegmentSeqnum(byte) - Constructor for class org.jsmpp.bean.SarSegmentSeqnum
 
SarSegmentSeqnum(short) - Constructor for class org.jsmpp.bean.SarSegmentSeqnum
 
SarTotalSegments - Class in org.jsmpp.bean
 
SarTotalSegments(byte) - Constructor for class org.jsmpp.bean.SarTotalSegments
 
SarTotalSegments(short) - Constructor for class org.jsmpp.bean.SarTotalSegments
 
scheduleDeliveryTime - Variable in class org.jsmpp.bean.MessageRequest
 
sendAlertNotification(OutputStream, int, byte, byte, String, byte, byte, String, OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendAlertNotification(OutputStream, int, byte, byte, String, byte, byte, String, OptionalParameter...) - Method in interface org.jsmpp.PDUSender
 
sendAlertNotification(OutputStream, int, byte, byte, String, byte, byte, String, OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendBind(OutputStream, BindType, int, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.DefaultPDUSender
 
sendBind(OutputStream, BindType, int, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.PDUSender
Send bind command.
sendBind(OutputStream, BindType, int, String, String, String, InterfaceVersion, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendBindResp(OutputStream, int, int, String) - Method in class org.jsmpp.DefaultPDUSender
 
sendBindResp(OutputStream, int, int, String) - Method in interface org.jsmpp.PDUSender
Send bind response command.
sendBindResp(String, BindType, int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendBindResp(OutputStream, int, int, String) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendCancelSm(OutputStream, int, String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.DefaultPDUSender
 
sendCancelSm(OutputStream, int, String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.PDUSender
Send cancel short message command.
sendCancelSm(OutputStream, int, String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendCancelSmResp(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendCancelSmResp(OutputStream, int) - Method in interface org.jsmpp.PDUSender
Send cancel short message response command.
sendCancelSmResp(int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendCancelSmResp(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
SendCommandTask - Interface in org.jsmpp.session
Task for sending SMPP command.
sendDataSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendDataSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in interface org.jsmpp.PDUSender
Send the data short message command.
sendDataSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendDataSmResp(OutputStream, int, String, OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendDataSmResp(OutputStream, int, String, OptionalParameter...) - Method in interface org.jsmpp.PDUSender
Send data short message response command.
sendDataSmResp(DataSmResult, int) - Method in interface org.jsmpp.session.BaseResponseHandler
Response by sending DATA_SM_RESP to SMSC.
sendDataSmResp(OutputStream, int, String, OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendDeliverSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendDeliverSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in interface org.jsmpp.PDUSender
Send the deliver short message command.
sendDeliverSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, RegisteredDelivery, DataCoding, byte[], OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendDeliverSmResp(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendDeliverSmResp(OutputStream, int) - Method in interface org.jsmpp.PDUSender
Send the deliver short message response.
sendDeliverSmResp(int) - Method in interface org.jsmpp.session.ResponseHandler
Response by sending DELIVER_SM_RESP to SMSC.
sendDeliverSmResp(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendEnquireLink(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendEnquireLink(OutputStream, int) - Method in interface org.jsmpp.PDUSender
Send enquire link command.
sendEnquireLink() - Method in class org.jsmpp.session.AbstractSession
Ensure we have proper link.
sendEnquireLink(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendEnquireLinkResp(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendEnquireLinkResp(OutputStream, int) - Method in interface org.jsmpp.PDUSender
Send enquire link response command.
sendEnquireLinkResp(int) - Method in interface org.jsmpp.session.BaseResponseHandler
Response by sending ENQUIRE_LINK_RESP.
sendEnquireLinkResp(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendGenerickNack(int, int) - Method in interface org.jsmpp.session.BaseResponseHandler
Response by sending GENERICK_NACK.
sendGenericNack(OutputStream, int, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendGenericNack(OutputStream, int, int) - Method in interface org.jsmpp.PDUSender
Send generic non-acknowledge command.
sendGenericNack(OutputStream, int, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendHeader(OutputStream, int, int, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendHeader(OutputStream, int, int, int) - Method in interface org.jsmpp.PDUSender
Send only the PDU header.
sendHeader(OutputStream, int, int, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendNegativeResponse(int, int, int) - Method in interface org.jsmpp.session.BaseResponseHandler
Response by sending negative response.
sendQuerySm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.DefaultPDUSender
 
sendQuerySm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in interface org.jsmpp.PDUSender
Send query short message command.
sendQuerySm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendQuerySmResp(OutputStream, int, String, String, MessageState, byte) - Method in class org.jsmpp.DefaultPDUSender
 
sendQuerySmResp(OutputStream, int, String, String, MessageState, byte) - Method in interface org.jsmpp.PDUSender
Send query short message response command.
sendQuerySmResp(String, String, MessageState, byte, int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendQuerySmResp(OutputStream, int, String, String, MessageState, byte) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendReplaceSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in class org.jsmpp.DefaultPDUSender
 
sendReplaceSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in interface org.jsmpp.PDUSender
 
sendReplaceSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendReplaceSmResp(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendReplaceSmResp(OutputStream, int) - Method in interface org.jsmpp.PDUSender
 
sendReplaceSmResp(int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendReplaceSmResp(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendSubmiMulti(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, DestinationAddress[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendSubmiMulti(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, DestinationAddress[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.PDUSender
 
sendSubmiMulti(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, DestinationAddress[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendSubmitMultiResp(OutputStream, int, String, UnsuccessDelivery...) - Method in class org.jsmpp.DefaultPDUSender
 
sendSubmitMultiResp(OutputStream, int, String, UnsuccessDelivery...) - Method in interface org.jsmpp.PDUSender
 
sendSubmitMultiResp(OutputStream, int, String, UnsuccessDelivery...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendSubmitMultiResponse(SubmitMultiResult, int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendSubmitSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.DefaultPDUSender
 
sendSubmitSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.PDUSender
Send submit short message command.
sendSubmitSm(OutputStream, int, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendSubmitSmResp(OutputStream, int, String) - Method in class org.jsmpp.DefaultPDUSender
 
sendSubmitSmResp(OutputStream, int, String) - Method in interface org.jsmpp.PDUSender
Send submit short message response command.
sendSubmitSmResp(OutputStream, int, String) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendSubmitSmResponse(MessageId, int) - Method in interface org.jsmpp.session.ServerResponseHandler
 
sendUnbind(OutputStream, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendUnbind(OutputStream, int) - Method in interface org.jsmpp.PDUSender
Send unbind command.
sendUnbind(OutputStream, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sendUnbindResp(OutputStream, int, int) - Method in class org.jsmpp.DefaultPDUSender
 
sendUnbindResp(OutputStream, int, int) - Method in interface org.jsmpp.PDUSender
Send unbind response command.
sendUnbindResp(int) - Method in interface org.jsmpp.session.BaseResponseHandler
Response by send UNBIND_RESP.
sendUnbindResp(OutputStream, int, int) - Method in class org.jsmpp.SynchronizedPDUSender
 
sequence() - Method in class org.jsmpp.session.AbstractSession
 
Sequence - Class in org.jsmpp.util
Sequence number that able to rolling.
Sequence(int) - Constructor for class org.jsmpp.util.Sequence
 
sequenceNumber - Variable in class org.jsmpp.bean.Command
 
serialize() - Method in class org.jsmpp.bean.OptionalParameter
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter.Byte
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter.Int
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter.Null
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter.OctetString
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter
 
serializeValue() - Method in class org.jsmpp.bean.OptionalParameter.Short
 
ServerConnection - Interface in org.jsmpp.session.connection
 
ServerConnectionFactory - Interface in org.jsmpp.session.connection
 
ServerMessageReceiverListener - Interface in org.jsmpp.session
 
ServerResponseDeliveryAdapter - Class in org.jsmpp.session
It's abstract adapter class that receive event of response delivery, an implementation of ServerResponseDeliveryListener.
ServerResponseDeliveryAdapter() - Constructor for class org.jsmpp.session.ServerResponseDeliveryAdapter
 
ServerResponseDeliveryListener - Interface in org.jsmpp.session
This is listener will be used by SMPPServerSession to notify a user when a response has been sent.
ServerResponseHandler - Interface in org.jsmpp.session
 
ServerSession - Interface in org.jsmpp.session
This interface provides all operation that the server session can do.
ServerSocketConnection - Class in org.jsmpp.session.connection.socket
 
ServerSocketConnection(ServerSocket) - Constructor for class org.jsmpp.session.connection.socket.ServerSocketConnection
 
ServerSocketConnectionFactory - Class in org.jsmpp.session.connection.socket
 
ServerSocketConnectionFactory() - Constructor for class org.jsmpp.session.connection.socket.ServerSocketConnectionFactory
 
serviceType - Variable in class org.jsmpp.bean.AbstractSmCommand
 
Session - Interface in org.jsmpp.session
Session describe all abilities of the session.
sessionContext() - Method in class org.jsmpp.session.AbstractSession
 
SessionContext - Interface in org.jsmpp.session
Context defined session life cycle.
OPEN -> BOUND_TX | BOUND_RX | BOUND_TRX -> UNBOUND -> CLOSE.
sessionContext() - Method in class org.jsmpp.session.SMPPServerSession
 
sessionContext() - Method in class org.jsmpp.session.SMPPSession
 
SessionIDGenerator<S> - Interface in org.jsmpp.util
The session id generator.
SessionState - Enum in org.jsmpp.extra
Enum constant represent session state.
SessionStateListener - Interface in org.jsmpp.session
This listener contains an event related to the session state.
setAddressRange(String) - Method in class org.jsmpp.bean.Bind
Set the address_range.
setAddrNpi(byte) - Method in class org.jsmpp.bean.Bind
Set the addr_npi.
setAddrTon(byte) - Method in class org.jsmpp.bean.Bind
Set the addr_ton.
setAlphabet(Alphabet) - Method in class org.jsmpp.bean.DataCoding1111
Compose data coding with specified alphabet.
setCommandId(int) - Method in class org.jsmpp.bean.Command
Set the command_id.
setCommandLength(int) - Method in class org.jsmpp.bean.Command
Ser the command_length.
setCommandStatus(int) - Method in class org.jsmpp.bean.Command
Set value of command_status.
setCompressed(boolean) - Method in class org.jsmpp.bean.GeneralDataCoding
 
setContainMessageClass(boolean) - Method in class org.jsmpp.bean.GeneralDataCoding
 
setConversationAbort() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
setDataCoding(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setDataCoding(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setDataCoding(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setDatagramMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
setDefaultMessageType() - Method in class org.jsmpp.bean.AbstractSmCommand
Message Type.
setDefaultMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
setDelivered(int) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setDestAddress(String) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setDestAddresses(DestinationAddress[]) - Method in class org.jsmpp.bean.SubmitMulti
 
setDestAddrNpi(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setDestAddrNpi(byte) - Method in class org.jsmpp.bean.CancelSm
 
setDestAddrNpi(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setDestAddrTon(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setDestAddrTon(byte) - Method in class org.jsmpp.bean.CancelSm
 
setDestAddrTon(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setDestinationAddr(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
setDestinationAddress(String) - Method in class org.jsmpp.bean.CancelSm
 
setDoneDate(Date) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setEnquireLinkTimer(int) - Method in class org.jsmpp.session.AbstractSession
 
setEnquireLinkTimer(int) - Method in interface org.jsmpp.session.Session
 
setError(String) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setErrorCode(byte) - Method in class org.jsmpp.bean.QuerySmResp
 
setEsmClass(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setEsmClass(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setEsmClass(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setEsmeAddr(String) - Method in class org.jsmpp.bean.AlertNotification
 
setEsmeAddrNpi(byte) - Method in class org.jsmpp.bean.AlertNotification
 
setEsmeAddrTon(byte) - Method in class org.jsmpp.bean.AlertNotification
 
setEsmeDelivertAcknowledgement() - Method in class org.jsmpp.bean.SubmitSm
Message Type.
setEsmeManualAcknowledgement() - Method in class org.jsmpp.bean.SubmitSm
Message Type.
setFinalDate(String) - Method in class org.jsmpp.bean.QuerySmResp
 
setFinalStatus(DeliveryReceiptState) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setForwardMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
setId(String) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setInitiationTimer(int) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
setInterfaceVersion(byte) - Method in class org.jsmpp.bean.Bind
Set the interface_version.
setIntermediateNotification(IntermediateNotification) - Method in class org.jsmpp.bean.RegisteredDelivery
 
setIntermedietDeliveryNotification() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
setMessageClass(MessageClass) - Method in class org.jsmpp.bean.DataCoding1111
Compose data coding with specified message class.
setMessageId(String) - Method in class org.jsmpp.bean.AbstractSmRespCommand
 
setMessageId(String) - Method in class org.jsmpp.bean.CancelSm
 
setMessageId(String) - Method in class org.jsmpp.bean.QuerySm
 
setMessageId(String) - Method in class org.jsmpp.bean.QuerySmResp
 
setMessageId(String) - Method in class org.jsmpp.bean.ReplaceSm
 
setMessageId(String) - Method in class org.jsmpp.bean.SubmitMultiResp
 
setMessageMode(MessageMode) - Method in class org.jsmpp.bean.ESMClass
 
setMessageReceiverListener(ServerMessageReceiverListener) - Method in class org.jsmpp.session.SMPPServerSession
 
setMessageReceiverListener(ServerMessageReceiverListener) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
setMessageReceiverListener(MessageReceiverListener) - Method in class org.jsmpp.session.SMPPSession
 
setMessageState(MessageState) - Method in class org.jsmpp.bean.QuerySmResp
 
setMessageType(MessageType) - Method in class org.jsmpp.bean.ESMClass
 
setOptionalParameters(OptionalParameter[]) - Method in class org.jsmpp.bean.AlertNotification
 
setOptionalParameters(OptionalParameter[]) - Method in class org.jsmpp.bean.BindResp
 
setOptionalParameters(OptionalParameter[]) - Method in class org.jsmpp.bean.DataSmResp
 
setOptionalParameters(OptionalParameter[]) - Method in class org.jsmpp.bean.SubmitMulti
 
setOptionalParametes(OptionalParameter...) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setPassword(String) - Method in class org.jsmpp.bean.Bind
Set the password.
setPassword(String) - Method in class org.jsmpp.bean.Outbind
 
setPduProcessorDegree(int) - Method in class org.jsmpp.session.AbstractSession
Set total thread can read PDU and process it parallely.
setPduProcessorDegree(int) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
setPriorityFlag(byte) - Method in class org.jsmpp.bean.MessageRequest
 
setPriorityFlag(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setPriorityFlag(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setProtocolId(byte) - Method in class org.jsmpp.bean.MessageRequest
 
setProtocolId(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setProtocolId(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setRegisteredDelivery(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setRegisteredDelivery(byte) - Method in class org.jsmpp.bean.ReplaceSm
 
setRegisteredDelivery(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setRegisteredDelivery(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setReplaceIfPresent(byte) - Method in class org.jsmpp.bean.MessageRequest
 
setReplaceIfPresent(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setReplaceIfPresentFlag(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setReplyPath() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
setResponseDeliveryListener(ServerResponseDeliveryListener) - Method in class org.jsmpp.session.SMPPServerSession
 
setResponseDeliveryListener(ServerResponseDeliveryListener) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
setScheduleDeliveryTime(String) - Method in class org.jsmpp.bean.MessageRequest
 
setScheduleDeliveryTime(String) - Method in class org.jsmpp.bean.ReplaceSm
 
setScheduleDeliveryTime(String) - Method in class org.jsmpp.bean.SubmitMulti
 
setScheduleDeliveryTime(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSequenceNumber(int) - Method in class org.jsmpp.bean.Command
Set value of sequence_number.
setServiceType(String) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setServiceType(String) - Method in class org.jsmpp.bean.CancelSm
 
setServiceType(String) - Method in class org.jsmpp.bean.SubmitMulti
 
setServiceType(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSessionStateListener(SessionStateListener) - Method in class org.jsmpp.session.SMPPServerSessionListener
 
setShortMessage(byte[]) - Method in class org.jsmpp.bean.MessageRequest
 
setShortMessage(byte[]) - Method in class org.jsmpp.bean.ReplaceSm
 
setShortMessage(byte[]) - Method in class org.jsmpp.bean.SubmitMulti
 
setShortMessage(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSmDefaultMsgId(byte) - Method in class org.jsmpp.bean.MessageRequest
 
setSmDefaultMsgId(byte) - Method in class org.jsmpp.bean.ReplaceSm
 
setSmDefaultMsgId(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setSmDefaultMsgId(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSmeAckNotRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
setSmeDeliveryAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgment.
setSmeDeliveryAndManualAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgement.
setSmeManualAcknowledgment() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
setSmeManualAckRequested() - Method in class org.jsmpp.bean.DeliverSm
SME originated Acknowledgement.
setSMEOriginatedAcknowledgement(SMEOriginatedAcknowledgement) - Method in class org.jsmpp.bean.RegisteredDelivery
 
setSmscDeliveryReceipt() - Method in class org.jsmpp.bean.DeliverSm
Message Type.
setSMSCDeliveryReceipt(SMSCDeliveryReceipt) - Method in class org.jsmpp.bean.RegisteredDelivery
 
setSmscDelReceiptFailureRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
setSmscDelReceiptNotRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
setSmscDelReceiptSuccessAndFailureRequested() - Method in class org.jsmpp.bean.SubmitSm
SMSC Delivery Receipt.
setSoTimeout(int) - Method in interface org.jsmpp.session.connection.Connection
 
setSoTimeout(int) - Method in interface org.jsmpp.session.connection.ServerConnection
 
setSoTimeout(int) - Method in class org.jsmpp.session.connection.socket.ServerSocketConnection
 
setSoTimeout(int) - Method in class org.jsmpp.session.connection.socket.SocketConnection
 
setSourceAddr(String) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setSourceAddr(String) - Method in class org.jsmpp.bean.AlertNotification
 
setSourceAddr(String) - Method in class org.jsmpp.bean.CancelSm
 
setSourceAddr(String) - Method in class org.jsmpp.bean.QuerySm
 
setSourceAddr(String) - Method in class org.jsmpp.bean.ReplaceSm
 
setSourceAddr(String) - Method in class org.jsmpp.bean.SubmitMulti
 
setSourceAddr(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.AlertNotification
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.CancelSm
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.QuerySm
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.ReplaceSm
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setSourceAddrNpi(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.AbstractSmCommand
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.AlertNotification
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.CancelSm
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.QuerySm
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.ReplaceSm
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.SubmitMulti
 
setSourceAddrTon(byte) - Method in class org.jsmpp.bean.SubmitSmValue
 
setSpecificFeature(GSMSpecificFeature) - Method in class org.jsmpp.bean.ESMClass
 
setStoreAndForwardMode() - Method in class org.jsmpp.bean.SubmitSm
Messaging Mode.
setSubmitDate(Date) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setSubmitted(int) - Method in class org.jsmpp.bean.DeliveryReceipt
 
setSystemId(String) - Method in class org.jsmpp.bean.Bind
Set the system_id.
setSystemId(String) - Method in class org.jsmpp.bean.BindResp
Set the system_id.
setSystemId(String) - Method in class org.jsmpp.bean.Outbind
 
setSystemType(String) - Method in class org.jsmpp.bean.Bind
Set the system_type.
setText(String) - Method in class org.jsmpp.bean.DeliveryReceipt
Set the text of delivery receipt.
setTimeout(int) - Method in class org.jsmpp.session.SMPPServerSessionListener
Timeout listening.
setTransactionTimer(long) - Method in class org.jsmpp.session.AbstractSession
 
setTransactionTimer(long) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
setTransactionTimer(long) - Method in interface org.jsmpp.session.Session
 
setUdhi() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
setUdhiAndReplyPath() - Method in class org.jsmpp.bean.AbstractSmCommand
Specific Features.
setUnsuccessSmes(UnsuccessDelivery[]) - Method in class org.jsmpp.bean.SubmitMultiResp
 
setValidityPeriod(String) - Method in class org.jsmpp.bean.MessageRequest
 
setValidityPeriod(String) - Method in class org.jsmpp.bean.ReplaceSm
 
setValidityPeriod(String) - Method in class org.jsmpp.bean.SubmitMulti
 
setValidityPeriod(String) - Method in class org.jsmpp.bean.SubmitSmValue
 
Short(short, short) - Constructor for class org.jsmpp.bean.OptionalParameter.Short
Construct the Short optional parameter with specified short value.
Short(OptionalParameter.Tag, short) - Constructor for class org.jsmpp.bean.OptionalParameter.Short
 
Short(short, byte[]) - Constructor for class org.jsmpp.bean.OptionalParameter.Short
Construct the Short optional parameters with specified bytes value.
shortMessage - Variable in class org.jsmpp.bean.MessageRequest
 
shortToBytes(short) - Static method in class org.jsmpp.util.OctetUtil
Convert integer (2 octets) value to bytes.
SimpleCapacityPolicy - Class in org.jsmpp.util
Simple implementation of CapacityPolicy.
SimpleCapacityPolicy() - Constructor for class org.jsmpp.util.SimpleCapacityPolicy
 
smDefaultMsgId - Variable in class org.jsmpp.bean.MessageRequest
 
SMEOriginatedAcknowledgement - Enum in org.jsmpp.bean
 
SMPPClientOperation - Interface in org.jsmpp.session
 
SMPPConstant - Interface in org.jsmpp
This contains all of the smpp constants.
SMPPOperation - Interface in org.jsmpp.session
 
SMPPServerOperation - Interface in org.jsmpp.session
 
SMPPServerSession - Class in org.jsmpp.session
 
SMPPServerSession(Connection, SessionStateListener, ServerMessageReceiverListener, ServerResponseDeliveryListener, int) - Constructor for class org.jsmpp.session.SMPPServerSession
 
SMPPServerSession(Connection, SessionStateListener, ServerMessageReceiverListener, ServerResponseDeliveryListener, int, PDUSender, PDUReader) - Constructor for class org.jsmpp.session.SMPPServerSession
 
SMPPServerSessionContext - Class in org.jsmpp.session
 
SMPPServerSessionContext(SMPPServerSession) - Constructor for class org.jsmpp.session.SMPPServerSessionContext
 
SMPPServerSessionListener - Class in org.jsmpp.session
This object responsible to for new SMPP Session request from ESME.
SMPPServerSessionListener(int) - Constructor for class org.jsmpp.session.SMPPServerSessionListener
 
SMPPServerSessionListener(int, ServerConnectionFactory) - Constructor for class org.jsmpp.session.SMPPServerSessionListener
 
SMPPServerSessionListener(int, int, ServerConnectionFactory) - Constructor for class org.jsmpp.session.SMPPServerSessionListener
 
SMPPServerSessionListener(int, int, int, ServerConnectionFactory) - Constructor for class org.jsmpp.session.SMPPServerSessionListener
 
SMPPServerSessionState - Interface in org.jsmpp.session.state
 
SMPPServerSessionUnbound - Class in org.jsmpp.session.state
 
SMPPServerSessionUnbound() - Constructor for class org.jsmpp.session.state.SMPPServerSessionUnbound
 
SMPPSession - Class in org.jsmpp.session
This is an object that used to communicate with SMPP Server or SMSC.
SMPPSession() - Constructor for class org.jsmpp.session.SMPPSession
Default constructor of SMPPSession.
SMPPSession(PDUSender, PDUReader, ConnectionFactory) - Constructor for class org.jsmpp.session.SMPPSession
 
SMPPSession(String, int, BindParameter, PDUSender, PDUReader, ConnectionFactory) - Constructor for class org.jsmpp.session.SMPPSession
 
SMPPSession(String, int, BindParameter) - Constructor for class org.jsmpp.session.SMPPSession
 
SMPPSessionContext - Class in org.jsmpp.session
 
SMPPSessionContext(SMPPSession, SessionStateListener) - Constructor for class org.jsmpp.session.SMPPSessionContext
 
SMPPSessionState - Interface in org.jsmpp.session.state
This class is provide interface to response to every incoming SMPP Commands.
SMSCDeliveryReceipt - Enum in org.jsmpp.bean
Used to request an SMSC delivery receipt and/or SME originated acknowledgments.
SocketConnection - Class in org.jsmpp.session.connection.socket
 
SocketConnection(Socket) - Constructor for class org.jsmpp.session.connection.socket.SocketConnection
 
SocketConnectionFactory - Class in org.jsmpp.session.connection.socket
 
sourceAddr - Variable in class org.jsmpp.bean.AbstractSmCommand
 
sourceAddrNpi - Variable in class org.jsmpp.bean.AbstractSmCommand
 
sourceAddrTon - Variable in class org.jsmpp.bean.AbstractSmCommand
 
splitMessage8Bit(byte[]) - Static method in class org.jsmpp.bean.LongSMS
 
start() - Method in class org.jsmpp.util.StopWatch
Start the stop watch.
STAT_ESME_RALYBND - Static variable in interface org.jsmpp.SMPPConstant
ESME already in Bound State.
STAT_ESME_RBCASTCANCELFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RBCASTFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RBCASTQUERYFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RBINDFAIL - Static variable in interface org.jsmpp.SMPPConstant
Bind Failed.
STAT_ESME_RCANCELFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RCNTSUBDL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RDELIVERYFAILURE - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCAST_REP - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTALIAS_NAME - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTAREAFMT - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTCHANIND - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTCNTTYPE - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTFREQINT - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTMSGCLASS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBCASTSRVGRP - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVBNDSTS - Static variable in interface org.jsmpp.SMPPConstant
Incorrect BIND Status for given command.
STAT_ESME_RINVCMDID - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVCMDLEN - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDCS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDESTFLAG - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDFTMSGID - Static variable in interface org.jsmpp.SMPPConstant
Predefined Message Invalid or Not Found.
STAT_ESME_RINVDLNAME - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDSTADDRSUBUNIT - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDSTADR - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDSTNPI - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVDSTTON - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVESMCLASS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVEXPIRY - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVMSGID - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVMSGLEN - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVNUMBCAST_AREAS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVNUMDESTS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVNUMMSGS - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVPASWD - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVPRTFLG - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVREGDLVFLG - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVREPFLAG - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSCHED - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSERTYP - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSRCADDRSUBUNIT - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSRCADR - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSRCNPI - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSRCTON - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSUBREP - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSYSID - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVSYSTYP - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVTLVLEN - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVTLVSTREAM - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RINVTLVVAL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RMISSINGTLV - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RMSGQFUL - Static variable in interface org.jsmpp.SMPPConstant
Message queue full.
STAT_ESME_ROK - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RPROHIBITED - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RQUERYFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RREPLACEFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RSERTYPDENIED - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RSERTYPUNAUTH - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RSERTYPUNAVAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RSUBMITFAIL - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RSYSERR - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RTHROTTLED - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RTLVNOTALLWD - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RUNKNOWNERR - Static variable in interface org.jsmpp.SMPPConstant
 
STAT_ESME_RX_P_APPN - Static variable in interface org.jsmpp.SMPPConstant
ESME Receiver Permanent App Error Code
STAT_ESME_RX_R_APPN - Static variable in interface org.jsmpp.SMPPConstant
ESME Receiver Reject App Error Code
STAT_ESME_RX_T_APPN - Static variable in interface org.jsmpp.SMPPConstant
ESME Receiver Temporary App Error Code
StopWatch - Class in org.jsmpp.util
Simple utility class for watching performance of method invocation.
StopWatch() - Constructor for class org.jsmpp.util.StopWatch
 
StrictBufferedInputStream - Class in org.jsmpp.util
There were some ongoing bugs related to use of DataInputStream in conjunction with BufferedInputStream.
StrictBufferedInputStream(InputStream) - Constructor for class org.jsmpp.util.StrictBufferedInputStream
 
StrictBufferedInputStream(InputStream, int) - Constructor for class org.jsmpp.util.StrictBufferedInputStream
 
StringParameter - Enum in org.jsmpp.util
 
StringType - Enum in org.jsmpp.util
String type values.
StringValidator - Class in org.jsmpp.util
String validator for the SMPP PDU string types.
SubmitMulti - Class in org.jsmpp.bean
 
SubmitMulti() - Constructor for class org.jsmpp.bean.SubmitMulti
 
submitMulti(String, TypeOfNumber, NumberingPlanIndicator, String, Address[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter[]) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
submitMulti(String, TypeOfNumber, NumberingPlanIndicator, String, Address[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter[]) - Method in interface org.jsmpp.session.SMPPClientOperation
 
submitMulti(int, String, byte, byte, String, DestinationAddress[], byte, byte, byte, String, String, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
submitMulti(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
submitMulti(int, String, byte, byte, String, DestinationAddress[], byte, byte, byte, String, String, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
 
submitMulti(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
 
SubmitMultiCommandTask - Class in org.jsmpp.session
 
SubmitMultiCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String, DestinationAddress[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter[]) - Constructor for class org.jsmpp.session.SubmitMultiCommandTask
 
submitMultiple(String, TypeOfNumber, NumberingPlanIndicator, String, Address[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter[]) - Method in interface org.jsmpp.session.ClientSession
Submit short message to multiple destination address.
submitMultiple(String, TypeOfNumber, NumberingPlanIndicator, String, Address[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter[]) - Method in class org.jsmpp.session.SMPPSession
 
SubmitMultiResp - Class in org.jsmpp.bean
 
SubmitMultiResp() - Constructor for class org.jsmpp.bean.SubmitMultiResp
 
submitMultiResp(int, String, UnsuccessDelivery...) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
submitMultiResp(int, String, UnsuccessDelivery...) - Method in interface org.jsmpp.session.SMPPServerOperation
 
submitMultiResp(int, String, UnsuccessDelivery...) - Method in class org.jsmpp.util.DefaultComposer
 
submitMultiResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
submitMultiResp(int, String, UnsuccessDelivery...) - Method in interface org.jsmpp.util.PDUComposer
 
submitMultiResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
 
SubmitMultiResult - Class in org.jsmpp.bean
 
SubmitMultiResult(String, UnsuccessDelivery...) - Constructor for class org.jsmpp.bean.SubmitMultiResult
 
submitShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.session.ClientSession
Submit a short message to specified destination address.
submitShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.session.SMPPSession
 
SubmitSm - Class in org.jsmpp.bean
 
SubmitSm() - Constructor for class org.jsmpp.bean.SubmitSm
 
submitSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.session.DefaultSMPPClientOperation
 
submitSm(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.session.SMPPClientOperation
 
submitSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, String, String, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.util.DefaultComposer
 
submitSm(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
submitSm(int, String, byte, byte, String, byte, byte, String, byte, byte, byte, String, String, byte, byte, byte, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.util.PDUComposer
Submit short message (submit_sm).
submitSm(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU submit short message command.
SubmitSmCommandTask - Class in org.jsmpp.session
 
SubmitSmCommandTask(PDUSender, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Constructor for class org.jsmpp.session.SubmitSmCommandTask
 
SubmitSmResp - Class in org.jsmpp.bean
 
SubmitSmResp() - Constructor for class org.jsmpp.bean.SubmitSmResp
 
submitSmResp(MessageId, int) - Method in class org.jsmpp.session.DefaultSMPPServerOperation
 
submitSmResp(MessageId, int) - Method in interface org.jsmpp.session.SMPPServerOperation
 
submitSmResp(int, String) - Method in class org.jsmpp.util.DefaultComposer
 
submitSmResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
submitSmResp(int, String) - Method in interface org.jsmpp.util.PDUComposer
Submit short message response (submit_sm_resp).
submitSmResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU submit short message response command.
SubmitSmValue - Class in org.jsmpp.bean
 
SubmitSmValue() - Constructor for class org.jsmpp.bean.SubmitSmValue
 
SubmitSmValue(String, byte, byte, String, byte, byte, String, byte, byte, byte, String, String, byte, byte, byte, byte, String) - Constructor for class org.jsmpp.bean.SubmitSmValue
 
SynchronizedPDUReader - Class in org.jsmpp
This class id implementation of PDUReader that use synchronize when accessing to the InputStream or DataInputStream tha used to read the PDU.
SynchronizedPDUReader() - Constructor for class org.jsmpp.SynchronizedPDUReader
Default constructor.
SynchronizedPDUReader(PDUReader) - Constructor for class org.jsmpp.SynchronizedPDUReader
Construct with specified pdu reader.
SynchronizedPDUSender - Class in org.jsmpp
PDU sender with synchronized the OutputStream.
SynchronizedPDUSender() - Constructor for class org.jsmpp.SynchronizedPDUSender
Default constructor.
SynchronizedPDUSender(PDUSender) - Constructor for class org.jsmpp.SynchronizedPDUSender
Construct with specified PDUSender.

T

tag - Variable in class org.jsmpp.bean.OptionalParameter
 
TAG_SAR_MSG_REF_NUM - Static variable in interface org.jsmpp.SMPPConstant
 
TAG_SAR_SEGMENT_SEQNUM - Static variable in interface org.jsmpp.SMPPConstant
 
TAG_SAR_TOTAl_SEGMENTS - Static variable in interface org.jsmpp.SMPPConstant
 
TAG_SC_INTERFACE_VERSION - Static variable in interface org.jsmpp.SMPPConstant
 
TimeFormatter - Interface in org.jsmpp.util
This provide time formatter functionality from a type to a String representation of date that can be recognized based on SMPP protocol.
to2DigitString(int) - Static method in class org.jsmpp.util.IntUtil
 
to4DigitString(int) - Static method in class org.jsmpp.util.IntUtil
 
toBytes() - Method in class org.jsmpp.util.PDUByteBuffer
Get the composed bytes of PDU.
toHexString(int) - Static method in class org.jsmpp.util.IntUtil
 
TON_ABBREVIATED - Static variable in interface org.jsmpp.SMPPConstant
 
TON_ALPHANUMERIC - Static variable in interface org.jsmpp.SMPPConstant
 
TON_INTERNATIONAL - Static variable in interface org.jsmpp.SMPPConstant
 
TON_NATIONAL - Static variable in interface org.jsmpp.SMPPConstant
 
TON_NETWORK_SPECIFIC - Static variable in interface org.jsmpp.SMPPConstant
 
TON_SUBSCRIBER_NUMBER - Static variable in interface org.jsmpp.SMPPConstant
 
TON_UNKNOWN - Static variable in interface org.jsmpp.SMPPConstant
 
toNDigitString(int, int) - Static method in class org.jsmpp.util.IntUtil
 
toString() - Method in class org.jsmpp.bean.Command
 
toString() - Method in class org.jsmpp.bean.DataCoding1111
 
toString() - Method in class org.jsmpp.bean.DeliveryReceipt
 
toString() - Method in class org.jsmpp.bean.GeneralDataCoding
 
toString() - Method in class org.jsmpp.util.MessageId
 
TypeOfNumber - Enum in org.jsmpp.bean
Type of Number based on SMPP version 3.4.

U

Unbind - Class in org.jsmpp.bean
 
Unbind() - Constructor for class org.jsmpp.bean.Unbind
 
unbind() - Method in class org.jsmpp.session.AbstractSMPPOperation
 
unbind() - Method in interface org.jsmpp.session.SMPPOperation
 
unbind(int) - Method in class org.jsmpp.util.DefaultComposer
 
unbind(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
unbind(int) - Method in interface org.jsmpp.util.PDUComposer
 
unbind(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU unbind command.
unbindAndClose() - Method in class org.jsmpp.session.AbstractSession
 
unbindAndClose() - Method in interface org.jsmpp.session.Session
Sending UNBIND and close connection immediately.
UnbindCommandTask - Class in org.jsmpp.session
 
UnbindCommandTask(PDUSender) - Constructor for class org.jsmpp.session.UnbindCommandTask
 
UnbindResp - Class in org.jsmpp.bean
 
UnbindResp() - Constructor for class org.jsmpp.bean.UnbindResp
 
unbindResp(int) - Method in class org.jsmpp.session.AbstractSMPPOperation
 
unbindResp(int) - Method in interface org.jsmpp.session.SMPPOperation
 
unbindResp(int, int) - Method in class org.jsmpp.util.DefaultComposer
 
unbindResp(byte[]) - Method in class org.jsmpp.util.DefaultDecomposer
 
unbindResp(int, int) - Method in interface org.jsmpp.util.PDUComposer
 
unbindResp(byte[]) - Method in interface org.jsmpp.util.PDUDecomposer
Decompose the SMPP PDU unbind response command.
unbound() - Method in class org.jsmpp.session.AbstractSessionContext
 
unbound() - Method in interface org.jsmpp.session.SessionContext
Change state to unbound.
UNBOUND - Static variable in interface org.jsmpp.session.state.SMPPServerSessionState
 
UNBOUND - Static variable in interface org.jsmpp.session.state.SMPPSessionState
 
UnsuccessDelivery - Class in org.jsmpp.bean
 
UnsuccessDelivery(byte, byte, String, int) - Constructor for class org.jsmpp.bean.UnsuccessDelivery
 
UnsuccessDelivery(Address, int) - Constructor for class org.jsmpp.bean.UnsuccessDelivery
 

V

validateString(String, StringParameter) - Static method in class org.jsmpp.util.StringValidator
 
validateString(byte[], StringParameter) - Static method in class org.jsmpp.util.StringValidator
 
validityPeriod - Variable in class org.jsmpp.bean.MessageRequest
 
value() - Method in enum org.jsmpp.bean.Alphabet
Get the alphabet value.
value - Variable in class org.jsmpp.bean.DataCoding
 
value() - Method in class org.jsmpp.bean.DataCoding
Get the value of data coding.
value() - Method in class org.jsmpp.bean.ESMClass
 
value() - Method in enum org.jsmpp.bean.GSMSpecificFeature
 
value() - Method in enum org.jsmpp.bean.InterfaceVersion
Get the value of interface version as defined on SMPP spesification.
value() - Method in enum org.jsmpp.bean.IntermediateNotification
 
value() - Method in enum org.jsmpp.bean.MessageClass
 
value() - Method in enum org.jsmpp.bean.MessageMode
 
value() - Method in enum org.jsmpp.bean.MessageState
 
value() - Method in enum org.jsmpp.bean.MessageType
 
value() - Method in enum org.jsmpp.bean.NumberingPlanIndicator
Return the value of NPI.
value() - Method in enum org.jsmpp.bean.OptionalParameter.Tag
value() - Method in class org.jsmpp.bean.RegisteredDelivery
 
value() - Method in class org.jsmpp.bean.ReplaceIfPresentFlag
 
value() - Method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
 
value() - Method in enum org.jsmpp.bean.SMSCDeliveryReceipt
 
value() - Method in enum org.jsmpp.bean.TypeOfNumber
Get the byte value of the enum constant.
value() - Method in enum org.jsmpp.util.DeliveryReceiptState
 
valueOf(String) - Static method in enum org.jsmpp.bean.Alphabet
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.Alphabet
Get the enum constant associated with specified value.
valueOf(String) - Static method in enum org.jsmpp.bean.BindType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jsmpp.bean.BindType
Get the BindType by specified command_id.
valueOf(String) - Static method in enum org.jsmpp.bean.DestinationAddress.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.GSMSpecificFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.InterfaceVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.InterfaceVersion
Get the InterfaceVersion by specified value.
valueOf(String) - Static method in enum org.jsmpp.bean.IntermediateNotification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.MessageClass
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.MessageClass
 
valueOf(String) - Static method in enum org.jsmpp.bean.MessageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.MessageState
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.MessageState
 
valueOf(String) - Static method in enum org.jsmpp.bean.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.NumberingPlanIndicator
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.NumberingPlanIndicator
Get the associated NumberingPlanIndicator by it's value.
valueOf(String) - Static method in enum org.jsmpp.bean.OptionalParameter.Tag
Returns the enum constant of this type with the specified name.
valueOf(short) - Static method in enum org.jsmpp.bean.OptionalParameter.Tag
 
valueOf(String) - Static method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.SMSCDeliveryReceipt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.bean.TypeOfNumber
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.jsmpp.bean.TypeOfNumber
Get the TypeOfNumber based on the specified byte value representation.
valueOf(String) - Static method in enum org.jsmpp.extra.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.MessageCoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.util.DeliveryReceiptState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jsmpp.util.DeliveryReceiptState
 
valueOf(String) - Static method in enum org.jsmpp.util.StringParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jsmpp.util.StringType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jsmpp.bean.Alphabet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.BindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.DestinationAddress.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.GSMSpecificFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.InterfaceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.IntermediateNotification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.MessageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.MessageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.MessageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.NumberingPlanIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.OptionalParameter.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.SMEOriginatedAcknowledgement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.SMSCDeliveryReceipt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.bean.TypeOfNumber
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.extra.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.MessageCoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.util.DeliveryReceiptState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.util.StringParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jsmpp.util.StringType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitDone() - Method in class org.jsmpp.extra.PendingResponse
Wait until response receive or timeout already reach.
waitForBind(long) - Method in class org.jsmpp.session.SMPPServerSession
Wait for bind request.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links