Class UndertowHost

java.lang.Object
org.wildfly.mod_cluster.undertow.UndertowHost
All Implemented Interfaces:
org.jboss.modcluster.container.Host

public class UndertowHost extends Object implements org.jboss.modcluster.container.Host
Adapts Host to an Host.
Since:
8.0
Author:
Radoslav Husar
  • Constructor Details

    • UndertowHost

      public UndertowHost(Host host, org.jboss.modcluster.container.Engine engine)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.jboss.modcluster.container.Host
    • getEngine

      public org.jboss.modcluster.container.Engine getEngine()
      Specified by:
      getEngine in interface org.jboss.modcluster.container.Host
    • getContexts

      public Iterable<org.jboss.modcluster.container.Context> getContexts()
      Specified by:
      getContexts in interface org.jboss.modcluster.container.Host
    • getAliases

      public Set<String> getAliases()
      Specified by:
      getAliases in interface org.jboss.modcluster.container.Host
    • findContext

      public org.jboss.modcluster.container.Context findContext(String path)
      Specified by:
      findContext in interface org.jboss.modcluster.container.Host
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object