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.catalina.websocket | |
org.apache.tomcat.bayeux | |
org.apache.tomcat.bayeux.request | |
org.jboss.servlet.http |
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEvent.EventType
Enumeration describing the major events that the container can invoke
the EventHttpServlet event() method with:
BEGIN - will be called at the beginning
of the processing of the connection.
|
UpgradableHttpServletResponse
Upgradable HTTP Servlet response.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEventFilterChain
A HttpEventFilterChain is an object provided by the Servlet container to the developer
giving a view into the invocation chain of a filtered event for a resource.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEventFilter
An event filter, similar to regular filters, performs filtering tasks on either
the request to a resource (an event driven Servlet), or on the response from a resource, or both.
|
HttpEventFilterChain
A HttpEventFilterChain is an object provided by the Servlet container to the developer
giving a view into the invocation chain of a filtered event for a resource.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEventServlet
This interface should be implemented by Servlets which would like to handle
asynchronous IO, receiving events when data is available for reading, and
being able to output data without the need for being invoked by the container.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEventServlet
This interface should be implemented by Servlets which would like to handle
asynchronous IO, receiving events when data is available for reading, and
being able to output data without the need for being invoked by the container.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
Class and Description |
---|
HttpEvent
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
|
HttpEvent.EventType
Enumeration describing the major events that the container can invoke
the EventHttpServlet event() method with:
BEGIN - will be called at the beginning
of the processing of the connection.
|
HttpEventFilterChain
A HttpEventFilterChain is an object provided by the Servlet container to the developer
giving a view into the invocation chain of a filtered event for a resource.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.