Class 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 Detail

      • UndertowHost

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

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object