Modifier and Type | Interface and Description |
---|---|
interface |
HttpHandler
HTTP handler.
|
interface |
HttpListener
HTTP Listener.
|
interface |
RequestLog
Abstract HTTP Request Log format
|
Modifier and Type | Class and Description |
---|---|
class |
HostSocketListener
Forced Host Listener
this simple listener extention forces the host header to be set to a specific value.
|
class |
HttpContext
Context for a collection of HttpHandlers.
|
class |
HttpServer
HTTP Server.
|
class |
JsseListener
Deprecated.
use SslListener
|
class |
NCSARequestLog
NCSA HTTP Request Log.
|
class |
ResourceCache |
class |
SocketListener
Socket HTTP Listener.
|
class |
SslListener
JSSE Socket Listener.
|
class |
SunJsseListener
Deprecated.
Use org.openqa.jetty.http.SslListener
|
Modifier and Type | Class and Description |
---|---|
class |
AJP13Listener
AJP 1.3 Protocol Listener.
|
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 | Class and Description |
---|---|
class |
SocketChannelListener
EXPERIMENTAL NIO listener!
|
Modifier and Type | Class and Description |
---|---|
class |
Server
The Jetty HttpServer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManager
Session Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionManager
An Abstract implementation of SessionManager.
|
class |
FilterHolder |
class |
HashSessionManager
An in-memory implementation of SessionManager.
|
class |
Holder |
class |
ServletHandler
Servlet HttpHandler.
|
class |
ServletHolder
Servlet Instance and Context Holder.
|
class |
ServletHttpContext
ServletHttpContext.
|
class |
WebApplicationContext
Standard web.xml configured HttpContext.
|
class |
WebApplicationHandler
WebApp HttpHandler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogSink
A Log sink.
|
Modifier and Type | Class and Description |
---|---|
class |
NullLogSink |
class |
OutputStreamLogSink
A Log sink.
|
Modifier and Type | Class and Description |
---|---|
class |
Container
Abstract Container.
|
class |
IO
IO Utilities.
|
class |
LifeCycleThread
Base Thread class implementing LifeCycle.
|
class |
Pool
A pool of Objects.
|
class |
ThreadedServer
Threaded socket server.
|
class |
ThreadPool
A pool of threads.
|
Constructor and Description |
---|
LifeCycleMBean(LifeCycle object) |
Modifier and Type | Class and Description |
---|---|
static class |
ProxyHandler.SslRelay |
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.