Package org.wildfly.mod_cluster.undertow
Class UndertowEngine
java.lang.Object
org.wildfly.mod_cluster.undertow.UndertowEngine
- All Implemented Interfaces:
org.jboss.modcluster.container.Engine
Adapts
Server to an Engine.- Since:
- 8.0
- Author:
- Radoslav Husar
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowEngine(String serverName, Server server, UndertowService service, org.jboss.modcluster.container.Connector connector) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.jboss.modcluster.container.HostIterable<org.jboss.modcluster.container.Connector>Iterable<org.jboss.modcluster.container.Host>getHosts()getName()org.jboss.modcluster.container.Connectororg.jboss.modcluster.container.ServerinthashCode()voidsetJvmRoute(String jvmRoute) toString()
-
Constructor Details
-
UndertowEngine
public UndertowEngine(String serverName, Server server, UndertowService service, org.jboss.modcluster.container.Connector connector)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.jboss.modcluster.container.Engine
-
getServer
public org.jboss.modcluster.container.Server getServer()- Specified by:
getServerin interfaceorg.jboss.modcluster.container.Engine
-
getHosts
- Specified by:
getHostsin interfaceorg.jboss.modcluster.container.Engine
-
getProxyConnector
public org.jboss.modcluster.container.Connector getProxyConnector()- Specified by:
getProxyConnectorin interfaceorg.jboss.modcluster.container.Engine
-
getConnectors
- Specified by:
getConnectorsin interfaceorg.jboss.modcluster.container.Engine
-
getJvmRoute
- Specified by:
getJvmRoutein interfaceorg.jboss.modcluster.container.Engine
-
setJvmRoute
- Specified by:
setJvmRoutein interfaceorg.jboss.modcluster.container.Engine
-
findHost
- Specified by:
findHostin interfaceorg.jboss.modcluster.container.Engine
-
getSessionCookieName
- Specified by:
getSessionCookieNamein interfaceorg.jboss.modcluster.container.Engine- Returns:
- overridden session cookie name if defined, otherwise
SessionCookieConfig.DEFAULT_SESSION_ID
-
getSessionParameterName
- Specified by:
getSessionParameterNamein interfaceorg.jboss.modcluster.container.Engine- Returns:
- lowercase value of
getSessionCookieName()
-
getDefaultHost
- Specified by:
getDefaultHostin interfaceorg.jboss.modcluster.container.Engine
-
toString
-
equals
-
hashCode
public int hashCode()
-