| Modifier and Type | Class and Description |
|---|---|
class |
BrowserMobProxyHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpContext
Context for a collection of HttpHandlers.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
HttpServer.findHandler(Class handlerClass,
String uri,
String[] vhosts)
Find handler.
|
HttpHandler |
HttpContext.getHandler(Class handlerClass)
Get a handler by class.
|
HttpHandler[] |
HttpContext.getHandlers()
Get all handlers.
|
HttpHandler |
SocketListener.getHttpHandler() |
HttpHandler |
HttpListener.getHttpHandler()
Get an optional HttpHandler for the listener.
|
HttpHandler |
HttpContext.removeHandler(int i)
Remove a handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpContext.addHandler(HttpHandler handler)
Add a HttpHandler to the context.
|
void |
HttpContext.addHandler(int i,
HttpHandler handler)
Add a handler.
|
int |
HttpContext.getHandlerIndex(HttpHandler handler)
Get handler index.
|
void |
HttpContext.removeHandler(HttpHandler handler)
Remove a handler.
|
void |
HttpContext.setHandlers(HttpHandler[] handlers) |
void |
SocketListener.setHttpHandler(HttpHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
AJP13Listener.getHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AJP13Listener.setHttpHandler(HttpHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpHandler
Base HTTP Handler.
|
class |
DumpHandler
Dump request handler.
|
class |
ErrorPageHandler
Handler for Error pages
A handler that is registered at the org.mortbay.http.ErrorHandler
context attributed and called by the HttpResponse.sendError method to write a
error page.
|
class |
ExpiryHandler
Handler that allows the default Expiry of all content to be set.
|
class |
ForwardHandler
Forward Request Handler.
|
class |
HTAccessHandler
Handler to authenticate access using the Apache's .htaccess files.
|
class |
IPAccessHandler
Handler to authenticate access from certain IP-addresses.
|
class |
MsieSslHandler
Handler to force MSIE SSL connections to not be persistent to
work around MSIE5 bug.
|
class |
NotFoundHandler
Handler for resources that were not found.
|
class |
NullHandler
Abstract HTTP Handler.
|
class |
ProxyHandler
Proxy request handler.
|
class |
ResourceHandler
Handler to serve files and resources.
|
class |
RootNotFoundHandler |
class |
SecurityHandler
Handler to enforce SecurityConstraints.
|
class |
SetResponseHeadersHandler
Handler that allows arbitrary HTTP Header values to be set in the response.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
SocketChannelListener.getHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketChannelListener.setHttpHandler(HttpHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletHandler
Servlet HttpHandler.
|
class |
ServletHttpContext
ServletHttpContext.
|
class |
WebApplicationContext
Standard web.xml configured HttpContext.
|
class |
WebApplicationHandler
WebApp HttpHandler.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpHandler |
Holder._httpHandler |
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
Holder.getHttpHandler() |
| Constructor and Description |
|---|
FilterHolder(HttpHandler httpHandler,
String name,
String className) |
Holder(HttpHandler httpHandler,
String name,
String className) |
| Modifier and Type | Class and Description |
|---|---|
class |
SeleniumProxyHandler
Proxy request handler.
|
Copyright © 2015. All Rights Reserved.