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.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 |
HttpConversation |
Modifier and Type | Class and Description |
---|---|
static class |
ProxyConnectionFactory.ProxyEndPoint |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandler.Context
Context.
|
static class |
ContextHandler.StaticContext
A simple implementation of ServletContext that is used when there is no
ContextHandler.
|
Modifier and Type | Field and Description |
---|---|
private AttributesMap |
ContextHandler._attributes |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler.Context |
Constructor and Description |
---|
AttributesMap(AttributesMap attributes) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext.Context |