Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
class |
HttpConversation |
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
Authentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context)
Executes the authentication mechanism for the given request, returning a
Result that can be
used to actually authenticate the request via Authentication.Result.apply(Request) . |
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
DigestAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Authentication.Result |
SPNEGOAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Authentication.Result |
BasicAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AsyncAttributes |
private class |
Dispatcher.ForwardAttributes |
private class |
Dispatcher.IncludeAttributes |
static class |
ProxyConnectionFactory.ProxyEndPoint |
private static class |
ProxyCustomizer.ProxyAttributes |
private class |
SecureRequestCustomizer.SslAttributes |
class |
Server
Jetty HTTP Servlet Server.
|
class |
ServletAttributes |
Modifier and Type | Field and Description |
---|---|
private Attributes |
Request._attributes |
private Attributes |
ServletAttributes._attributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
Request.getAttributes() |
private Attributes |
ServletAttributes.getAttributes() |
Modifier and Type | Method and Description |
---|---|
static void |
AsyncAttributes.applyAsyncAttributes(Attributes attributes,
java.lang.String requestURI,
java.lang.String contextPath,
java.lang.String servletPath,
java.lang.String pathInfo,
java.lang.String queryString) |
void |
Request.setAttributes(Attributes attributes) |
Constructor and Description |
---|
AsyncAttributes(Attributes attributes,
java.lang.String requestUri,
java.lang.String contextPath,
java.lang.String servletPath,
java.lang.String pathInfo,
java.lang.String queryString) |
ForwardAttributes(Attributes attributes) |
IncludeAttributes(Attributes attributes) |
ProxyAttributes(java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
Attributes attributes) |
SslAttributes(Request request,
javax.net.ssl.SSLSession sslSession,
Attributes attributes) |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandler.Context
Context.
|
static class |
ContextHandler.StaticContext
A simple implementation of ServletContext that is used when there is no
ContextHandler.
|
class |
MovedContextHandler
Moved ContextHandler.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
ContextHandler.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setAttributes(Attributes attributes) |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletContextHandler.Context |
Modifier and Type | Class and Description |
---|---|
static class |
Attributes.Wrapper |
class |
AttributesMap |
Modifier and Type | Field and Description |
---|---|
protected Attributes |
Attributes.Wrapper._attributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.Wrapper.getAttributes() |
static Attributes |
Attributes.unwrap(Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
void |
AttributesMap.addAll(Attributes attributes) |
static java.util.Enumeration<java.lang.String> |
AttributesMap.getAttributeNamesCopy(Attributes attrs) |
static Attributes |
Attributes.unwrap(Attributes attributes) |
Constructor and Description |
---|
Wrapper(Attributes attributes) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeContainerMap
An Attributes implementation that holds it's values in an immutable
ContainerLifeCycle |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
class |
WebAppContext.Context |