Class SSLSocketReceiver

    • Constructor Detail

      • SSLSocketReceiver

        public SSLSocketReceiver()
        Deprecated.
    • Method Detail

      • getSsl

        public SSLConfiguration getSsl()
        Deprecated.
        Gets the SSL configuration.
        Specified by:
        getSsl in interface SSLComponent
        Returns:
        SSL configuration; if no configuration has been set, a default configuration is returned
      • setSsl

        public void setSsl​(SSLConfiguration ssl)
        Deprecated.
        Sets the SSL configuration.
        Specified by:
        setSsl in interface SSLComponent
        Parameters:
        ssl - the SSL configuration to set