public class UndertowContext extends Object implements org.jboss.modcluster.container.Context
Deployment
to an Context
.Constructor and Description |
---|
UndertowContext(io.undertow.servlet.api.Deployment deployment,
org.jboss.modcluster.container.Host host) |
Modifier and Type | Method and Description |
---|---|
void |
addRequestListener(javax.servlet.ServletRequestListener listener) |
void |
addSessionListener(javax.servlet.http.HttpSessionListener listener) |
boolean |
equals(Object object) |
int |
getActiveSessionCount() |
org.jboss.modcluster.container.Host |
getHost() |
String |
getPath() |
int |
hashCode() |
boolean |
isDistributable() |
boolean |
isStarted() |
void |
removeRequestListener(javax.servlet.ServletRequestListener listener) |
void |
removeSessionListener(javax.servlet.http.HttpSessionListener listener) |
String |
toString() |
public UndertowContext(io.undertow.servlet.api.Deployment deployment, org.jboss.modcluster.container.Host host)
public org.jboss.modcluster.container.Host getHost()
getHost
in interface org.jboss.modcluster.container.Context
public String getPath()
getPath
in interface org.jboss.modcluster.container.Context
public boolean isStarted()
isStarted
in interface org.jboss.modcluster.container.Context
public void addRequestListener(javax.servlet.ServletRequestListener listener)
addRequestListener
in interface org.jboss.modcluster.container.Context
public void removeRequestListener(javax.servlet.ServletRequestListener listener)
removeRequestListener
in interface org.jboss.modcluster.container.Context
public void addSessionListener(javax.servlet.http.HttpSessionListener listener)
addSessionListener
in interface org.jboss.modcluster.container.Context
public void removeSessionListener(javax.servlet.http.HttpSessionListener listener)
removeSessionListener
in interface org.jboss.modcluster.container.Context
public int getActiveSessionCount()
getActiveSessionCount
in interface org.jboss.modcluster.container.Context
public boolean isDistributable()
isDistributable
in interface org.jboss.modcluster.container.Context
Copyright © 2014 JBoss by Red Hat. All rights reserved.