| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MqttMessage | |
|---|---|
| net.sf.xenqtt.client | |
| net.sf.xenqtt.message | |
| net.sf.xenqtt.mockbroker | |
| net.sf.xenqtt.proxy | |
| Uses of MqttMessage in net.sf.xenqtt.client | 
|---|
| Methods in net.sf.xenqtt.client with parameters of type MqttMessage | |
|---|---|
|  void | MqttClientDebugListener.messageReceived(MqttClient client,
                String localAddress,
                String remoteAddress,
                MqttMessage message)Called when a message is received | 
|  void | MqttClientDebugListener.messageSent(MqttClient client,
            String localAddress,
            String remoteAddress,
            MqttMessage message)Called when a message is sent | 
| Uses of MqttMessage in net.sf.xenqtt.message | 
|---|
| Subclasses of MqttMessage in net.sf.xenqtt.message | |
|---|---|
|  class | ConnAckMessageThe CONNACK message is the message sent by the server in response to a CONNECT request from a client. | 
|  class | ConnectMessageThe MQTT connect message. | 
|  class | DisconnectMessageThe DISCONNECT message is sent from the client to the server to indicate that it is about to close its TCP/IP connection. | 
|  class | IdentifiableMqttMessageAdds the message ID property to MqttMessage. | 
|  class | PingReqMessageThe PINGREQ message is an "are you alive?" message that is sent from a connected client to the server. | 
|  class | PingRespMessageA PINGRESP message is the response sent by a server to a PINGREQ message and means "yes I am alive". | 
|  class | PubAckMessageA PUBACK message is the response to a PUBLISH message with QoS level 1. | 
|  class | PubCompMessageThis message is either the response from the server to a PUBREL message from a publisher, or the response from a subscriber to a PUBREL message from the server. | 
|  class | PubMessageA PUBLISH message is sent by a client to a server for distribution to interested subscribers. | 
|  class | PubRecMessageA PUBREC message is the response to a PUBLISH message with QoS level 2. | 
|  class | PubRelMessageA PUBREL message is the response either from a publisher to a PUBREC message from the server, or from the server to a PUBREC message from a subscriber. | 
|  class | SubAckMessageA SUBACK message is sent by the server to the client to confirm receipt of a SUBSCRIBE message. | 
|  class | SubscribeMessageThe SUBSCRIBE message allows a client to register an interest in one or more topic names with the server. | 
|  class | UnsubAckMessageThe UNSUBACK message is sent by the server to the client to confirm receipt of an UNSUBSCRIBE message. | 
|  class | UnsubscribeMessageAn UNSUBSCRIBE message is sent by the client to the server to unsubscribe from named topics. | 
| Methods in net.sf.xenqtt.message with type parameters of type MqttMessage | ||
|---|---|---|
| 
 | ChannelManagerImpl.send(MqttChannelRef channel,
     MqttMessage message) | |
| 
 | ChannelManager.send(MqttChannelRef channel,
     MqttMessage message)Send a messageover a specifiedchannel. | |
| Methods in net.sf.xenqtt.message that return types with arguments of type MqttMessage | |
|---|---|
|  List<MqttMessage> | MqttChannel.getUnsentMessages() | 
|  List<MqttMessage> | ChannelManagerImpl.getUnsentMessages(MqttChannelRef channel) | 
|  List<MqttMessage> | ChannelManager.getUnsentMessages(MqttChannelRef channel) | 
| Methods in net.sf.xenqtt.message with parameters of type MqttMessage | ||
|---|---|---|
|  void | MessageHandler.messageSent(MqttChannel channel,
            MqttMessage message)Called when a messageis sent from the client | |
| 
 | ChannelManagerImpl.send(MqttChannelRef channel,
     MqttMessage message) | |
| 
 | ChannelManager.send(MqttChannelRef channel,
     MqttMessage message)Send a messageover a specifiedchannel. | |
|  boolean | MqttChannel.send(MqttMessage message)Sends the specified message asynchronously. | |
|  boolean | MqttChannel.send(MqttMessage message,
     BlockingCommand<MqttMessage> blockingCommand)Sends the specified message asynchronously. | |
| Method parameters in net.sf.xenqtt.message with type arguments of type MqttMessage | |
|---|---|
|  boolean | MqttChannel.send(MqttMessage message,
     BlockingCommand<MqttMessage> blockingCommand)Sends the specified message asynchronously. | 
| Constructors in net.sf.xenqtt.message with parameters of type MqttMessage | |
|---|---|
| MqttMessage(MqttMessage copyFrom)Creates a copy of the copyFrom message. | |
| Uses of MqttMessage in net.sf.xenqtt.mockbroker | 
|---|
| Methods in net.sf.xenqtt.mockbroker with type parameters of type MqttMessage | ||
|---|---|---|
| 
 | BrokerEvent.getMessage() | |
| Methods in net.sf.xenqtt.mockbroker with parameters of type MqttMessage | |
|---|---|
|  boolean | Client.send(MqttMessage message)Sends the message to this client | 
|  void | BrokerEvent.send(MqttMessage message)Sends the message to the client associated with this event | 
|  void | MockBrokerHandler.unexpectedMessage(Client client,
                  MqttMessage message)Called when an unexpected message is received. | 
| Uses of MqttMessage in net.sf.xenqtt.proxy | 
|---|
| Methods in net.sf.xenqtt.proxy with parameters of type MqttMessage | |
|---|---|
|  void | ProxyBroker.messageSent(MqttChannel channel,
            MqttMessage message) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||