Class UndertowHostKey


  • public final class UndertowHostKey
    extends Object
    The key to identify an Undertow host.
    • Constructor Detail

      • UndertowHostKey

        public UndertowHostKey​(String host,
                               int port,
                               SSLContext ssl)
    • Method Detail

      • getHost

        public String getHost()
      • getPort

        public int getPort()
      • getSslContext

        public SSLContext getSslContext()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object