Skip navigation links
A C E G H I K L M O R S T U V 

A

AcceptingConnectionAndBindExample - Class in org.jsmpp.examples
 
AcceptingConnectionAndBindExample() - Constructor for class org.jsmpp.examples.AcceptingConnectionAndBindExample
 
AsyncSubmitReceiveDeliverSmExample - Class in org.jsmpp.examples
 
AsyncSubmitReceiveDeliverSmExample() - Constructor for class org.jsmpp.examples.AsyncSubmitReceiveDeliverSmExample
 
AutoReconnectGateway - Class in org.jsmpp.examples.gateway
This is an implementation of Gateway.
AutoReconnectGateway(String, int, BindParameter) - Constructor for class org.jsmpp.examples.gateway.AutoReconnectGateway
Construct auto reconnect gateway with specified IP address, port and SMPP Bind parameters.

C

Concatenation - Class in org.jsmpp.examples.util
Concatenation use 8-bit or 16-bit reference number.
Concatenation() - Constructor for class org.jsmpp.examples.util.Concatenation
 
countSeptets(char) - Static method in class org.jsmpp.examples.util.Gsm0338
Determine the number of GSM 03.38 Basic Character Set (included extension) septets of a Java char.
countSeptets(String) - Static method in class org.jsmpp.examples.util.Gsm0338
Determine the number of GSM 03.38 Basic Character Set (included extension) septets of a Java string.
createConnection(String, int) - Method in class org.jsmpp.examples.session.connection.socket.TrustStoreSSLSocketConnectionFactory
 
createConnection(String, int, int) - Method in class org.jsmpp.examples.session.connection.socket.TrustStoreSSLSocketConnectionFactory
 
CustomDeliveryReceipt - Class in org.jsmpp.examples.receipts
 
CustomDeliveryReceipt() - Constructor for class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
CustomDeliveryReceipt(String) - Constructor for class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
CustomDeliveryReceipt(String, int, int, Date, Date, CustomDeliveryReceiptState, String, String) - Constructor for class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
CustomDeliveryReceiptState - Enum in org.jsmpp.examples.receipts
 
CustomDeliveryReceiptStripper - Class in org.jsmpp.examples.receipts
This is an example delivery receipt stripper.
CustomDeliveryReceiptStripper() - Constructor for class org.jsmpp.examples.receipts.CustomDeliveryReceiptStripper
 

E

equals(Object) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
ExampleDeliveryReceiptStripper - Class in org.jsmpp.examples.receipts
This is an example delivery receipt stripper for the default DeliveryReceipt.
ExampleDeliveryReceiptStripper() - Constructor for class org.jsmpp.examples.receipts.ExampleDeliveryReceiptStripper
 

G

Gateway - Interface in org.jsmpp.examples.gateway
This is a gateway to submit short message.
getByName(String) - Static method in enum org.jsmpp.examples.receipts.CustomDeliveryReceiptState
 
getDelivered() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getDoneDate() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getError() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getFinalStatus() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getId() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getInstance() - Static method in class org.jsmpp.examples.receipts.CustomDeliveryReceiptStripper
 
getInstance() - Static method in class org.jsmpp.examples.receipts.ExampleDeliveryReceiptStripper
 
getSubmitDate() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getSubmitted() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
getText() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
Gsm0338 - Class in org.jsmpp.examples.util
Based on https://en.wikipedia.org/wiki/GSM_03.38
Gsm0338() - Constructor for class org.jsmpp.examples.util.Gsm0338
 

H

hashCode() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 

I

inBasicCharacterSet(char) - Static method in class org.jsmpp.examples.util.Gsm0338
 
inBasicCharacterSetExtension(char) - Static method in class org.jsmpp.examples.util.Gsm0338
 
isBasicEncodeable(String) - Static method in class org.jsmpp.examples.util.Gsm0338
Verify is the java string consists of only GSM 03.38 characters of the Basic Character Set including the extension
isBasicEncodeable(char) - Static method in class org.jsmpp.examples.util.Gsm0338
Verify is the java char is an GSM 03.38 character of the Basic Character Set including the extension
isUcs2Encodable(String) - Static method in class org.jsmpp.examples.util.Ucs2
Verify is the java string consists of UCS-2 characters, i.e.

K

KeyStoreSSLServerSocketConnectionFactory - Class in org.jsmpp.examples.session.connection.socket
 
KeyStoreSSLServerSocketConnectionFactory() - Constructor for class org.jsmpp.examples.session.connection.socket.KeyStoreSSLServerSocketConnectionFactory
 

L

listen(int) - Method in class org.jsmpp.examples.session.connection.socket.KeyStoreSSLServerSocketConnectionFactory
 
listen(int, int) - Method in class org.jsmpp.examples.session.connection.socket.KeyStoreSSLServerSocketConnectionFactory
 
listen(int, int, int) - Method in class org.jsmpp.examples.session.connection.socket.KeyStoreSSLServerSocketConnectionFactory
 

M

main(String[]) - Static method in class org.jsmpp.examples.AcceptingConnectionAndBindExample
 
main(String[]) - Static method in class org.jsmpp.examples.AsyncSubmitReceiveDeliverSmExample
 
main(String[]) - Static method in class org.jsmpp.examples.gateway.AutoReconnectGateway
 
main(String[]) - Static method in class org.jsmpp.examples.OpenAndBindExample
 
main(String[]) - Static method in class org.jsmpp.examples.OpenAndOutbindExample
 
main(String[]) - Static method in class org.jsmpp.examples.ReceiveSubmittedMessageExample
 
main(String[]) - Static method in class org.jsmpp.examples.SendUnicode
 
main(String[]) - Static method in class org.jsmpp.examples.SimpleSubmitExample
 
main(String[]) - Static method in class org.jsmpp.examples.SimpleSubmitRegisteredExample
 
main(String[]) - Static method in class org.jsmpp.examples.SimpleSubmitSimpleReceiveExample
 
main(String[]) - Static method in class org.jsmpp.examples.SimpleSubmitUSSDExample
 
main(String[]) - Static method in class org.jsmpp.examples.SMPPOutboundServerSimulator
 
main(String[]) - Static method in class org.jsmpp.examples.SMPPServerSimulator
 
main(String[]) - Static method in class org.jsmpp.examples.StressClient
 
main(String[]) - Static method in class org.jsmpp.examples.StressServer
 
main(String[]) - Static method in class org.jsmpp.examples.SubmitLongMessageExample
 
main(String[]) - Static method in class org.jsmpp.examples.SubmitMultiExample
 
main(String[]) - Static method in class org.jsmpp.examples.SubmitMultipartMultilangualExample
 
MessageReceiverListenerImpl - Class in org.jsmpp.examples
 
MessageReceiverListenerImpl() - Constructor for class org.jsmpp.examples.MessageReceiverListenerImpl
 

O

onAcceptAlertNotification(AlertNotification) - Method in class org.jsmpp.examples.MessageReceiverListenerImpl
 
onAcceptBroadcastSm(BroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptBroadcastSm(BroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptCancelBroadcastSm(CancelBroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptCancelBroadcastSm(CancelBroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptCancelSm(CancelSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptCancelSm(CancelSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptDataSm(DataSm, Session) - Method in class org.jsmpp.examples.MessageReceiverListenerImpl
 
onAcceptDataSm(DataSm, Session) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptDataSm(DataSm, Session) - Method in class org.jsmpp.examples.StressServer
 
onAcceptDeliverSm(DeliverSm) - Method in class org.jsmpp.examples.MessageReceiverListenerImpl
 
onAcceptDeliverSm(DeliverSm, SMPPOutboundServerSession) - Method in class org.jsmpp.examples.SMPPOutboundServerSimulator
 
onAcceptQueryBroadcastSm(QueryBroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptQueryBroadcastSm(QueryBroadcastSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptQuerySm(QuerySm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptQuerySm(QuerySm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptReplaceSm(ReplaceSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptReplaceSm(ReplaceSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptSubmitMulti(SubmitMulti, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptSubmitMulti(SubmitMulti, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onAcceptSubmitSm(SubmitSm, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
onAcceptSubmitSm(SubmitSm, SMPPServerSession) - Method in class org.jsmpp.examples.StressServer
 
onSubmitSmRespSent(SubmitSmResult, SMPPServerSession) - Method in class org.jsmpp.examples.SMPPServerSimulator
 
OpenAndBindExample - Class in org.jsmpp.examples
 
OpenAndBindExample() - Constructor for class org.jsmpp.examples.OpenAndBindExample
 
OpenAndOutbindExample - Class in org.jsmpp.examples
 
org.jsmpp.examples - package org.jsmpp.examples
 
org.jsmpp.examples.gateway - package org.jsmpp.examples.gateway
 
org.jsmpp.examples.receipts - package org.jsmpp.examples.receipts
 
org.jsmpp.examples.session.connection.socket - package org.jsmpp.examples.session.connection.socket
 
org.jsmpp.examples.util - package org.jsmpp.examples.util
 

R

ReceiveSubmittedMessageExample - Class in org.jsmpp.examples
 
ReceiveSubmittedMessageExample() - Constructor for class org.jsmpp.examples.ReceiveSubmittedMessageExample
 
run() - Method in class org.jsmpp.examples.OpenAndOutbindExample
 
run() - Method in class org.jsmpp.examples.SMPPOutboundServerSimulator
 
run() - Method in class org.jsmpp.examples.SMPPServerSimulator
 
run() - Method in class org.jsmpp.examples.StressClient
 
run() - Method in class org.jsmpp.examples.StressServer
 

S

SendUnicode - Class in org.jsmpp.examples
This is example to send messages in Unicode format, such as arabic, greek, thai, etc.
SendUnicode() - Constructor for class org.jsmpp.examples.SendUnicode
 
setDelivered(int) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setDoneDate(Date) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setError(String) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setFinalStatus(CustomDeliveryReceiptState) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setId(String) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setSubmitDate(Date) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setSubmitted(int) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
setText(String) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
Set the text of delivery receipt.
SimpleSubmitExample - Class in org.jsmpp.examples
 
SimpleSubmitExample() - Constructor for class org.jsmpp.examples.SimpleSubmitExample
 
SimpleSubmitRegisteredExample - Class in org.jsmpp.examples
 
SimpleSubmitRegisteredExample() - Constructor for class org.jsmpp.examples.SimpleSubmitRegisteredExample
 
SimpleSubmitSimpleReceiveExample - Class in org.jsmpp.examples
 
SimpleSubmitSimpleReceiveExample() - Constructor for class org.jsmpp.examples.SimpleSubmitSimpleReceiveExample
 
SimpleSubmitUSSDExample - Class in org.jsmpp.examples
 
SimpleSubmitUSSDExample() - Constructor for class org.jsmpp.examples.SimpleSubmitUSSDExample
 
SMPPOutboundServerSimulator - Class in org.jsmpp.examples
 
SMPPServerSimulator - Class in org.jsmpp.examples
 
SMPPServerSimulator(boolean, int, String, String) - Constructor for class org.jsmpp.examples.SMPPServerSimulator
 
splitGsm7bit(String, Charset, int, boolean) - Static method in class org.jsmpp.examples.util.Concatenation
 
splitGsm7bitWith16bitReference(String, Charset, int) - Static method in class org.jsmpp.examples.util.Concatenation
 
splitGsm7bitWith8bitReference(String, Charset, int) - Static method in class org.jsmpp.examples.util.Concatenation
 
splitUcs2(String, int, boolean) - Static method in class org.jsmpp.examples.util.Concatenation
 
splitUcs216bit(String, int) - Static method in class org.jsmpp.examples.util.Concatenation
 
splitUcs28bit(String, int) - Static method in class org.jsmpp.examples.util.Concatenation
 
StressClient - Class in org.jsmpp.examples
This stress client is an example of submit bulk messages asynchronously.
StressClient(int, String, int, int, String, String, String, String, long, int, int) - Constructor for class org.jsmpp.examples.StressClient
 
StressServer - Class in org.jsmpp.examples
 
StressServer(int, int) - Constructor for class org.jsmpp.examples.StressServer
 
strip(DeliverSm) - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceiptStripper
 
strip(DeliverSm) - Method in class org.jsmpp.examples.receipts.ExampleDeliveryReceiptStripper
 
SubmitLongMessageExample - Class in org.jsmpp.examples
 
SubmitLongMessageExample() - Constructor for class org.jsmpp.examples.SubmitLongMessageExample
 
submitMessage(SMPPSession, String, OptionalParameter, OptionalParameter, OptionalParameter) - Static method in class org.jsmpp.examples.SubmitLongMessageExample
 
SubmitMultiExample - Class in org.jsmpp.examples
Example for Submit Multi SMS
SubmitMultiExample() - Constructor for class org.jsmpp.examples.SubmitMultiExample
 
SubmitMultipartMultilangualExample - Class in org.jsmpp.examples
Example to show submit_sm with multiple segments (concatenation)
SubmitMultipartMultilangualExample() - Constructor for class org.jsmpp.examples.SubmitMultipartMultilangualExample
 
submitShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.jsmpp.examples.gateway.AutoReconnectGateway
 
submitShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in interface org.jsmpp.examples.gateway.Gateway
Submit the short message.

T

toString() - Method in class org.jsmpp.examples.receipts.CustomDeliveryReceipt
 
TrustStoreSSLSocketConnectionFactory - Class in org.jsmpp.examples.session.connection.socket
This SSLSocketConnectionFactory trust certificates found in the key store.
TrustStoreSSLSocketConnectionFactory() - Constructor for class org.jsmpp.examples.session.connection.socket.TrustStoreSSLSocketConnectionFactory
 

U

Ucs2 - Class in org.jsmpp.examples.util
Support functions for UCS-2 encodings.
Ucs2() - Constructor for class org.jsmpp.examples.util.Ucs2
 

V

value() - Method in enum org.jsmpp.examples.receipts.CustomDeliveryReceiptState
 
valueOf(String) - Static method in enum org.jsmpp.examples.receipts.CustomDeliveryReceiptState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jsmpp.examples.receipts.CustomDeliveryReceiptState
 
values() - Static method in enum org.jsmpp.examples.receipts.CustomDeliveryReceiptState
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I K L M O R S T U V 
Skip navigation links

Copyright © 2025 WSO2. All rights reserved.