Package 

Class SSLNetworkModule

  • All Implemented Interfaces:
    org.eclipse.paho.client.mqttv3.internal.NetworkModule

    
    public class SSLNetworkModule
    extends TCPNetworkModule
                        

    A network module for connecting over SSL.

    • Method Summary

      Modifier and Type Method Description
      Array<String> getEnabledCiphers() Returns the enabled cipher suites.
      void setEnabledCiphers(Array<String> enabledCiphers) Sets the enabled cipher suites on the underlying network socket.
      void setSSLhandshakeTimeout(int timeout)
      void start() Starts the module, by creating a TCP socket to the server.
      void stop() Stops the module, by closing the TCP socket.
      • Methods inherited from class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule

        getInputStream, getOutputStream, getSocket, setConnectTimeout, setReadTimeout
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait