Constructor and Description |
---|
UndertowHost(Host host,
org.jboss.modcluster.container.Engine engine) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
org.jboss.modcluster.container.Context |
findContext(String path) |
Set<String> |
getAliases() |
Iterable<org.jboss.modcluster.container.Context> |
getContexts() |
org.jboss.modcluster.container.Engine |
getEngine() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public UndertowHost(Host host, org.jboss.modcluster.container.Engine engine)
public String getName()
getName
in interface org.jboss.modcluster.container.Host
public org.jboss.modcluster.container.Engine getEngine()
getEngine
in interface org.jboss.modcluster.container.Host
public Iterable<org.jboss.modcluster.container.Context> getContexts()
getContexts
in interface org.jboss.modcluster.container.Host
public Set<String> getAliases()
getAliases
in interface org.jboss.modcluster.container.Host
public org.jboss.modcluster.container.Context findContext(String path)
findContext
in interface org.jboss.modcluster.container.Host
Copyright © 2014 JBoss by Red Hat. All rights reserved.