public class MicroEJSSLNetworkModule
extends org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
Constructor and Description |
---|
MicroEJSSLNetworkModule(javax.net.ssl.SSLSocketFactory factory,
java.lang.String host,
int port,
java.lang.String resourceContext)
Constructs a new SSLNetworkModule using the specified host and
port.
|
Modifier and Type | Method and Description |
---|---|
void |
setSSLhandshakeTimeout(int timeout) |
void |
start() |
public MicroEJSSLNetworkModule(javax.net.ssl.SSLSocketFactory factory, java.lang.String host, int port, java.lang.String resourceContext)
public void setSSLhandshakeTimeout(int timeout)
public void start() throws java.io.IOException, org.eclipse.paho.client.mqttv3.MqttException
start
in interface org.eclipse.paho.client.mqttv3.internal.NetworkModule
start
in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
java.io.IOException
org.eclipse.paho.client.mqttv3.MqttException