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 |
BasicAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
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) |
Modifier and Type | Class and Description |
---|---|
private class |
Dispatcher.ForwardAttributes |
private class |
Dispatcher.IncludeAttributes |
static class |
ProxyConnectionFactory.ProxyEndPoint |
class |
Server
Jetty HTTP Servlet Server.
|
Modifier and Type | Field and Description |
---|---|
(package private) Attributes |
Dispatcher.ForwardAttributes._attr |
(package private) Attributes |
Dispatcher.IncludeAttributes._attr |
private Attributes |
Request._attributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
Request.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setAttributes(Attributes attributes) |
Constructor and Description |
---|
ForwardAttributes(Attributes attributes) |
IncludeAttributes(Attributes attributes) |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandler.Context
Context.
|
static class |
ContextHandler.StaticContext |
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 |
---|---|
class |
AttributesMap |
Modifier and Type | Method and Description |
---|---|
void |
AttributesMap.addAll(Attributes attributes) |
static java.util.Enumeration<java.lang.String> |
AttributesMap.getAttributeNamesCopy(Attributes attrs) |
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 |