| Package | Description |
|---|---|
| org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
| 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.http.spi | |
| org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
| org.eclipse.jetty.quickstart | |
| 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.webapp |
Jetty Util : Modular Web Application Support
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntWebAppContext
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.
|
| 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 Result#apply(Request). |
| Modifier and Type | Method and Description |
|---|---|
Authentication.Result |
DigestAuthentication.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 |
|---|---|
class |
HttpSpiContextHandler
Jetty handler that bridges requests to
HttpHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyServer
JettyServer
Maven jetty plugin version of a wrapper for the Server class.
|
class |
JettyWebAppContext
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuickStartWebApp
QuickStartWar
|
| Modifier and Type | Class and Description |
|---|---|
class |
Server
Jetty HTTP Servlet Server.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Request.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setAttributes(Attributes attributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandler.Context
Context.
|
static class |
ContextHandler.NoContext |
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 | Method and Description |
|---|---|
Attributes |
ServletTester.getAttributes() |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesMap |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesMap.addAll(Attributes attributes) |
static Enumeration<String> |
AttributesMap.getAttributeNamesCopy(Attributes attrs) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppContext
Web Application Context Handler.
|
class |
WebAppContext.Context |
Copyright © 1995-2015 Webtide. All Rights Reserved.