Package | Description |
---|---|
org.eclipse.jetty.client | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.util | |
org.eclipse.jetty.webapp |
Modifier and Type | Class and Description |
---|---|
class |
HttpClient
Http Client.
|
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributesMap
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.
|
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.