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 RestishHandler.
|
class |
CollettaProxyHandler |
class |
DumpHandler
Dump request handler.
|
class |
ErrorPageHandler
RestishHandler for Error pages
A handler that is registered at the org.openqa.jetty.http.ErrorHandler
context attributed and called by the HttpResponse.sendError method to write a
error page.
|
class |
ExpiryHandler
RestishHandler that allows the default Expiry of all content to be set.
|
class |
ForwardHandler
Forward Request RestishHandler.
|
class |
HTAccessHandler
RestishHandler to authenticate access using the Apache's .htaccess files.
|
class |
IPAccessHandler
RestishHandler to authenticate access from certain IP-addresses.
|
class |
MsieSslHandler
RestishHandler to force MSIE SSL connections to not be persistent to
work around MSIE5 bug.
|
class |
NotFoundHandler
RestishHandler for resources that were not found.
|
class |
NullHandler
Abstract HTTP RestishHandler.
|
class |
ProxyHandler
Proxy request handler.
|
class |
ResourceHandler
RestishHandler to serve files and resources.
|
class |
RootNotFoundHandler |
class |
SecurityHandler
RestishHandler to enforce SecurityConstraints.
|
class |
SetResponseHeadersHandler
RestishHandler 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 |
SeleniumDriverResourceHandler
A Jetty handler that takes care of remote Selenium requests.
|
class |
StaticContentHandler |
Modifier and Type | Class and Description |
---|---|
class |
SeleniumHTMLRunnerResultsHandler
Handles results of HTMLRunner (aka TestRunner, FITRunner) in automatic mode.
|
class |
SingleTestSuiteResourceHandler
Generates a test suite table designed to run a single Selenium test; to use it, point
TestRunner.html to /singleTest/http://my.com/single/test.html
|
Copyright © 2013. All Rights Reserved.