Package RTL.SMQ


package RTL.SMQ
  • Class
    Description
    AndroidSMQ is specifically designed for being used in an Android GUI application.
     
     
    Callback interface for 'change' events sent by the broker.
    Callback interface for 'close' events.
    Callback interface for responses to 'create' messages sent to the broker.
    Callback interface for responses to 'createsub' messages sent to the broker.
    Callback interface for receiving messages from the broker.
    Messages received from the broker are encapsulated in Msg instances.
    The Simple Message Queue (SMQ) Java client provides a similar high level API as the JavaScript SMQ client.
     
    SwingSMQ is specifically designed for being used in a Swing GUI application.
    Utility class that provides a TrustManager and HostnameVerifier that accepts any certificate and hostname.