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

R

random - Static variable in class org.jsmpp.session.AbstractSession
 
random - Variable in class org.jsmpp.util.RandomMessageIDGenerator
 
random - Variable in class org.jsmpp.util.RandomSessionIDGenerator
 
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
 
rangeMinAndMax - Variable in enum org.jsmpp.util.StringParameter
 
RawDataCoding - Class in org.jsmpp.bean
Raw data coding is intended for reserved coding groups.
RawDataCoding(byte) - Constructor for class org.jsmpp.bean.RawDataCoding
Construct with specified value from PDU.
read(byte[], int, int) - Method in class org.jsmpp.util.StrictBufferedInputStream
Workaround for an unexpected behavior of 'BufferedInputStream'!
readByte() - Method in class org.jsmpp.util.SequentialBytesReader
 
readBytes(int) - Method in class org.jsmpp.util.SequentialBytesReader
 
readBytes(byte) - Method in class org.jsmpp.util.SequentialBytesReader
 
readBytesUntilNull() - Method in class org.jsmpp.util.SequentialBytesReader
 
readCString() - Method in class org.jsmpp.util.SequentialBytesReader
 
readInt() - Method in class org.jsmpp.util.SequentialBytesReader
 
readOptionalParameters(SequentialBytesReader) - Method in class org.jsmpp.util.DefaultDecomposer
 
readPDU(DataInputStream, Command) - Method in class org.jsmpp.DefaultPDUReader
 
readPDU(DataInputStream, int, int, int, int) - Method in class org.jsmpp.DefaultPDUReader
 
readPDU(DataInputStream, Command) - Method in interface org.jsmpp.PDUReader
Read all smpp pdu (excluding the command header) with specified pdu header.
readPDU(DataInputStream, int, int, int, int) - Method in interface org.jsmpp.PDUReader
Read all smpp pdu (excluding the command header) with specified pdu header values.
readPDU() - Method in class org.jsmpp.session.SMPPServerSession.PDUReaderWorker
 
readPDU() - Method in class org.jsmpp.session.SMPPSession.PDUReaderWorker
 
readPDU(DataInputStream, Command) - Method in class org.jsmpp.SynchronizedPDUReader
 
readPDU(DataInputStream, 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
 
readShort() - Method in class org.jsmpp.util.SequentialBytesReader
 
readString(int) - Method in class org.jsmpp.util.SequentialBytesReader
 
readString(byte) - Method in class org.jsmpp.util.SequentialBytesReader
 
ReceiveSubmittedMessageExample - Class in org.jsmpp.examples
 
ReceiveSubmittedMessageExample() - Constructor for class org.jsmpp.examples.ReceiveSubmittedMessageExample
 
reconnectAfter(long) - Method in class org.jsmpp.examples.gateway.AutoReconnectGateway
Reconnect session after specified interval.
reconnectInterval - Variable in class org.jsmpp.examples.gateway.AutoReconnectGateway
 
referenceNumber - Static variable in class org.jsmpp.bean.LongSMS
 
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
 
registeredDelivery - Variable in class org.jsmpp.bean.ReplaceSm
 
registeredDelivery - Variable in class org.jsmpp.bean.SubmitMulti
 
registeredDelivery - Variable in class org.jsmpp.session.DataSmCommandTask
 
registeredDelivery - Variable in class org.jsmpp.session.DeliverSmCommandTask
 
registeredDelivery - Variable in class org.jsmpp.session.ReplaceSmCommandTask
 
registeredDelivery - Variable in class org.jsmpp.session.SubmitMultiCommandTask
 
registeredDelivery - Variable in class org.jsmpp.session.SubmitSmCommandTask
 
RegisteredDeliveryTest - Class in org.jsmpp.bean
 
RegisteredDeliveryTest() - Constructor for class org.jsmpp.bean.RegisteredDeliveryTest
 
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.
remainBytesLength() - Method in class org.jsmpp.util.SequentialBytesReader
 
remoteIpAddress - Variable in class org.jsmpp.examples.gateway.AutoReconnectGateway
 
remotePort - Variable in class org.jsmpp.examples.gateway.AutoReconnectGateway
 
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.
removeSentItem(int) - Method in class org.jsmpp.session.DummyResponseHandler
 
removeSentItem(int) - Method in class org.jsmpp.session.SMPPServerSession.ResponseHandlerImpl
 
removeSentItem(int) - Method in class org.jsmpp.session.SMPPSession.ResponseHandlerImpl
 
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
 
replaceIfPresentFlag - Variable in class org.jsmpp.bean.SubmitMulti
 
replaceIfPresentFlag - Variable in class org.jsmpp.session.SubmitMultiCommandTask
 
replaceIfPresentFlag - Variable in class org.jsmpp.session.SubmitSmCommandTask
 
ReplaceIfPresentFlagTest - Class in org.jsmpp.bean
 
ReplaceIfPresentFlagTest() - Constructor for class org.jsmpp.bean.ReplaceIfPresentFlagTest
 
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
 
request - Variable in class org.jsmpp.session.BindRequestReceiver
 
requestCondition - Variable in class org.jsmpp.session.BindRequestReceiver
 
requestCounter - Variable in class org.jsmpp.examples.StressClient
 
requestCounter - Variable in class org.jsmpp.examples.StressServer
 
requestReceiver - Variable in class org.jsmpp.session.BindRequestReceiverTest
 
resetCursor() - Method in class org.jsmpp.util.SequentialBytesReader
 
response - Variable in class org.jsmpp.extra.PendingResponse
 
responseCommandId() - Method in enum org.jsmpp.bean.BindType
Return the response command_id that should given by this bind type.
responseCounter - Variable in class org.jsmpp.examples.StressClient
 
responseDeliveryListener - Variable in class org.jsmpp.session.SMPPServerSession
 
responseDeliveryListener - Variable in class org.jsmpp.session.SMPPServerSessionListener
 
responseHandler - Variable in class org.jsmpp.session.BindRequest
 
responseHandler - Variable in class org.jsmpp.session.BindRequestReceiver
 
responseHandler - Variable in class org.jsmpp.session.BindRequestTest
 
responseHandler - Variable in class org.jsmpp.session.PDUProcessServerTask
 
responseHandler - Variable in class org.jsmpp.session.PDUProcessTask
 
ResponseHandler - Interface in org.jsmpp.session
ResponseHandler provide interface to handle response of the session routines.
responseHandler - Variable in class org.jsmpp.session.SMPPServerSession
 
responseHandler - Variable in class org.jsmpp.session.SMPPSession
 
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.examples.SMPPServerSimulator.DeliveryReceiptTask
 
run() - Method in class org.jsmpp.examples.SMPPServerSimulator
 
run() - Method in class org.jsmpp.examples.SMPPServerSimulator.WaitBindTask
 
run() - Method in class org.jsmpp.examples.StressClient
 
run() - Method in class org.jsmpp.examples.StressClient.TrafficWatcherThread
 
run() - Method in class org.jsmpp.examples.StressServer.DeliveryReceiptTask
 
run() - Method in class org.jsmpp.examples.StressServer
 
run() - Method in class org.jsmpp.examples.StressServer.TrafficWatcherThread
 
run() - Method in class org.jsmpp.examples.StressServer.WaitBindTask
 
run() - Method in class org.jsmpp.session.AbstractSession.EnquireLinkSender
 
run() - Method in class org.jsmpp.session.PDUProcessServerTask
 
run() - Method in class org.jsmpp.session.PDUProcessTask
 
run() - Method in class org.jsmpp.session.SMPPServerSession.PDUReaderWorker
 
run() - Method in class org.jsmpp.session.SMPPSession.PDUReaderWorker
 

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