Class EndPointConfiguration


  • public class EndPointConfiguration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EndPointConfiguration​(int port, java.lang.String certificate, java.lang.String pass, boolean enabled, boolean ssl)  
    • Constructor Detail

      • EndPointConfiguration

        public EndPointConfiguration​(int port,
                                     java.lang.String certificate,
                                     java.lang.String pass,
                                     boolean enabled,
                                     boolean ssl)
    • Method Detail

      • getPort

        public int getPort()
      • getCertificate

        public java.lang.String getCertificate()
      • getPass

        public java.lang.String getPass()
      • isEnabled

        public boolean isEnabled()
      • isSsl

        public boolean isSsl()