Class SSLGenericContainerInstantiator.GenericContainerArgs

    • Constructor Detail

      • GenericContainerArgs

        public GenericContainerArgs​(ID id,
                                    Integer keepAlive)
      • GenericContainerArgs

        public GenericContainerArgs​(ID id,
                                    Integer keepAlive,
                                    InetAddress bindAddress)
      • GenericContainerArgs

        public GenericContainerArgs​(ID id,
                                    Integer keepAlive,
                                    InetAddress bindAddress,
                                    boolean wantClientAuth,
                                    boolean needClientAuth)
    • Method Detail

      • getID

        public ID getID()
      • getKeepAlive

        public Integer getKeepAlive()
      • getBindAddress

        public InetAddress getBindAddress()
        Returns:
        InetAddress the bind address. May be null
        Since:
        4.5
      • getWantClientAuth

        public boolean getWantClientAuth()
        Returns:
        boolean true if wants client auth
        Since:
        4.6
      • getNeedClientAuth

        public boolean getNeedClientAuth()
        Returns:
        boolean true if needs client auth
        Since:
        4.6
      • getClientAuth

        public boolean getClientAuth()
        Returns:
        boolean retrieve whether client auth is needed or wanted
        Since:
        4.6