Class UndertowHostKey

java.lang.Object
org.apache.camel.component.undertow.UndertowHostKey

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

    • UndertowHostKey

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

    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • getSslContext

      public SSLContext getSslContext()
    • equals

      public boolean equals(Object target)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object