Uses of Interface
org.eclipse.paho.client.mqttv3.internal.NetworkModule

Packages that use NetworkModule
org.eclipse.paho.client.mqttv3 Contains a programming interface enabling applications to communicate with an MQTT server. 
org.eclipse.paho.client.mqttv3.internal   
 

Uses of NetworkModule in org.eclipse.paho.client.mqttv3
 

Methods in org.eclipse.paho.client.mqttv3 that return NetworkModule
protected  NetworkModule[] MqttAsyncClient.createNetworkModules(String address, MqttConnectOptions options)
          Factory method to create an array of network modules, one for each of the supplied URIs
 

Uses of NetworkModule in org.eclipse.paho.client.mqttv3.internal
 

Classes in org.eclipse.paho.client.mqttv3.internal that implement NetworkModule
 class LocalNetworkModule
          Special comms class that allows an MQTT client to use a non TCP / optimised mechanism to talk to an MQTT server when running in the same JRE instance as the MQTT server.
 class SSLNetworkModule
          A network module for connecting over SSL.
 class TCPNetworkModule
          A network module for connecting over TCP.
 

Methods in org.eclipse.paho.client.mqttv3.internal that return NetworkModule
 NetworkModule[] ClientComms.getNetworkModules()
           
 

Methods in org.eclipse.paho.client.mqttv3.internal with parameters of type NetworkModule
 void ClientComms.setNetworkModules(NetworkModule[] networkModules)
           
 



Copyright © 2013. All Rights Reserved.