Constructor and Description |
---|
UndertowEngine(Server server,
UndertowService service,
org.jboss.modcluster.container.Connector connector) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
org.jboss.modcluster.container.Host |
findHost(String name) |
Iterable<org.jboss.modcluster.container.Connector> |
getConnectors() |
String |
getDefaultHost() |
Iterable<org.jboss.modcluster.container.Host> |
getHosts() |
String |
getJvmRoute() |
String |
getName() |
org.jboss.modcluster.container.Connector |
getProxyConnector() |
org.jboss.modcluster.container.Server |
getServer() |
String |
getSessionCookieName() |
String |
getSessionParameterName() |
int |
hashCode() |
void |
setJvmRoute(String jvmRoute) |
String |
toString() |
public UndertowEngine(Server server, UndertowService service, org.jboss.modcluster.container.Connector connector)
public String getName()
getName
in interface org.jboss.modcluster.container.Engine
public org.jboss.modcluster.container.Server getServer()
getServer
in interface org.jboss.modcluster.container.Engine
public Iterable<org.jboss.modcluster.container.Host> getHosts()
getHosts
in interface org.jboss.modcluster.container.Engine
public org.jboss.modcluster.container.Connector getProxyConnector()
getProxyConnector
in interface org.jboss.modcluster.container.Engine
public Iterable<org.jboss.modcluster.container.Connector> getConnectors()
getConnectors
in interface org.jboss.modcluster.container.Engine
public String getJvmRoute()
getJvmRoute
in interface org.jboss.modcluster.container.Engine
public void setJvmRoute(String jvmRoute)
setJvmRoute
in interface org.jboss.modcluster.container.Engine
public org.jboss.modcluster.container.Host findHost(String name)
findHost
in interface org.jboss.modcluster.container.Engine
public String getSessionCookieName()
getSessionCookieName
in interface org.jboss.modcluster.container.Engine
SessionCookieConfig.DEFAULT_SESSION_ID
public String getSessionParameterName()
getSessionParameterName
in interface org.jboss.modcluster.container.Engine
getSessionCookieName()
public String getDefaultHost()
getDefaultHost
in interface org.jboss.modcluster.container.Engine
Copyright © 2015 JBoss by Red Hat. All rights reserved.