Class ServerSetup


  • public class ServerSetup
    extends java.lang.Object
    Defines the default ports
    smtp25
    smtps465
    pop3110
    pop3s995
    imap143
    imaps993
    Use ServerSetupTest for non-default ports
    Since:
    Jan 28, 2006 Use ServerSetupTest for non-default ports
    Version:
    $Id: $
    Author:
    Wael Chatila
    • Constructor Detail

      • ServerSetup

        public ServerSetup​(int port,
                           java.lang.String bindAddress,
                           java.lang.String protocol)
    • Method Detail

      • isSecure

        public boolean isSecure()
      • getProtocol

        public java.lang.String getProtocol()
      • getBindAddress

        public java.lang.String getBindAddress()
      • getPort

        public int getPort()