Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.filters | |
org.apache.catalina.util | |
org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
org.apache.tomcat.bayeux | |
org.apache.tomcat.bayeux.request | |
org.jboss.servlet.http |
Modifier and Type | Method and Description |
---|---|
HttpEvent |
InstanceEvent.getEvent()
Return the event for which this event occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
Valve.event(Request request,
Response response,
HttpEvent event)
Process an event.
|
Constructor and Description |
---|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
HttpEvent event)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
HttpEvent event,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
HttpEvent event)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
HttpEvent event,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpEventImpl |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationFilterChain.doFilterEvent(HttpEvent event)
Invoke the next filter in this chain, passing the specified request
and response.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAddrFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected
process() method
to perform the actual filtering. |
void |
RemoteHostFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected
process() method
to perform the actual filtering. |
protected void |
RequestFilter.processCometEvent(String property,
HttpEvent event,
HttpEventFilterChain chain)
Perform the filtering that has been configured for this Filter, matching
against the specified request property.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSupport.fireInstanceEvent(String type,
javax.servlet.Filter filter,
HttpEvent httpEvent)
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
|
void |
InstanceSupport.fireInstanceEvent(String type,
javax.servlet.Filter filter,
HttpEvent httpEvent,
Throwable exception)
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
|
void |
InstanceSupport.fireInstanceEvent(String type,
javax.servlet.Servlet servlet,
HttpEvent httpEvent)
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
|
void |
InstanceSupport.fireInstanceEvent(String type,
javax.servlet.Servlet servlet,
HttpEvent httpEvent,
Throwable exception)
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
|
Modifier and Type | Method and Description |
---|---|
void |
ValveBase.event(Request request,
Response response,
HttpEvent event)
Process a Comet event.
|
void |
StuckThreadDetectionValve.event(Request request,
Response response,
HttpEvent event) |
void |
EventOrAsyncConnectionManagerValve.event(Request request,
Response response,
HttpEvent event)
Use events to update the connection state.
|
Modifier and Type | Field and Description |
---|---|
protected HttpEvent |
ClientImpl.event
Currently associated event.
|
protected HttpEvent |
RequestBase.event |
Modifier and Type | Method and Description |
---|---|
HttpEvent |
RequestBase.getEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientImpl.addCometEvent(HttpEvent event) |
protected void |
BayeuxServlet.checkBayeux(HttpEvent cometEvent) |
protected static void |
RequestBase.deliver(HttpEvent event,
ClientImpl to) |
void |
BayeuxServlet.event(HttpEvent cometEvent) |
protected ClientImpl |
TomcatBayeux.getClientImpl(HttpEvent event) |
protected static JSONArray |
RequestBase.getJSONArray(HttpEvent event,
boolean nullok) |
static BayeuxRequest |
RequestFactory.getRequest(TomcatBayeux tomcatBayeux,
HttpEvent event,
JSONObject msg) |
protected int |
BayeuxServlet.handleBayeux(String message,
HttpEvent event) |
Client |
TomcatBayeux.newClient(String idprefix,
Listener listener,
boolean local,
HttpEvent event) |
protected void |
TomcatBayeux.remove(HttpEvent event) |
protected void |
ClientImpl.removeCometEvent(HttpEvent event) |
Constructor and Description |
---|
RequestBase(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
Constructor and Description |
---|
MetaConnectRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaDisconnectRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaHandshakeRequest(TomcatBayeux tomcatBayeux,
HttpEvent event,
JSONObject jsReq) |
MetaSubscribeRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaUnsubscribeRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
PublishRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
Modifier and Type | Method and Description |
---|---|
void |
HttpEventFilterChain.doFilterEvent(HttpEvent event)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
|
void |
HttpEventFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
The
doFilterEvent method of the HttpEventFilter is called by the container
each time a request/response pair is passed through the chain due
to a client event for a resource at the end of the chain. |
void |
HttpEventServlet.event(HttpEvent event)
Process the given IO event.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.