- SERVER_DISCONNECT - Static variable in exception RTL.SMQ.SmqException
-
- SERVER_UNAVAILABLE - Static variable in exception RTL.SMQ.SmqException
-
- SMQ - Class in RTL.SMQ
-
The Simple Message Queue (SMQ) Java client provides a similar high
level API as the JavaScript SMQ client.
- SMQ(URL, TrustManager[], HostnameVerifier, Proxy, IntfOnClose) - Constructor for class RTL.SMQ.SMQ
-
Create an SMQ client instance
- SmqException - Exception in RTL.SMQ
-
- smqOnChange(long, long) - Method in interface RTL.SMQ.IntfOnChange
-
The method is called when the broker sends a change notification event.
- smqOnClose(SmqException) - Method in interface RTL.SMQ.IntfOnClose
-
Called if the broker requested the connection to be closed
(graceful disconnect) or if the persistent TCP connection should
disconnect.
- smqOnCreateAck(boolean, String, long, String, long) - Method in interface RTL.SMQ.IntfOnCreateAck
-
Called when the broker sends the CreateAck message to the client.
- smqOnCreatesubAck(boolean, String, long) - Method in interface RTL.SMQ.IntfOnCreatsubeAck
-
Called when the broker sends the CreatesubAck message to the client.
- smqOnMsg(Msg) - Method in interface RTL.SMQ.IntfOnMsg
-
Called each time a new message arrives.
- SSL_NOT_SUPPORTED - Static variable in exception RTL.SMQ.SmqException
-
- subscribe(String, String, IntfOnMsg, IntfOnCreateAck) - Method in class RTL.SMQ.SMQ
-
Subscribe to a named topic and to a named subtopic.
- subscribe(String, IntfOnMsg, IntfOnCreateAck) - Method in class RTL.SMQ.SMQ
-
Subscribe to a named topic, but no subtopic and create a "catch
all" for subtopics not subscribed to (including zero for no
subtopic).
- subtopic2tid(String) - Method in class RTL.SMQ.SMQ
-
Translates a subtopic name known to the client to subtopic ID.
- SwingSMQ - Class in RTL.SMQ
-
SwingSMQ is specifically designed for being used in a Swing GUI
application.
- SwingSMQ(URL, TrustManager[], HostnameVerifier, Proxy, IntfOnClose) - Constructor for class RTL.SMQ.SwingSMQ
-