Package org.wildfly.mod_cluster.undertow
Class UndertowHost
- java.lang.Object
-
- org.wildfly.mod_cluster.undertow.UndertowHost
-
-
Constructor Summary
Constructors Constructor Description UndertowHost(Host host, org.jboss.modcluster.container.Engine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)org.jboss.modcluster.container.ContextfindContext(String path)Set<String>getAliases()Iterable<org.jboss.modcluster.container.Context>getContexts()org.jboss.modcluster.container.EnginegetEngine()StringgetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
UndertowHost
public UndertowHost(Host host, org.jboss.modcluster.container.Engine engine)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.jboss.modcluster.container.Host
-
getEngine
public org.jboss.modcluster.container.Engine getEngine()
- Specified by:
getEnginein interfaceorg.jboss.modcluster.container.Host
-
getContexts
public Iterable<org.jboss.modcluster.container.Context> getContexts()
- Specified by:
getContextsin interfaceorg.jboss.modcluster.container.Host
-
getAliases
public Set<String> getAliases()
- Specified by:
getAliasesin interfaceorg.jboss.modcluster.container.Host
-
findContext
public org.jboss.modcluster.container.Context findContext(String path)
- Specified by:
findContextin interfaceorg.jboss.modcluster.container.Host
-
-