| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
| org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
HttpChannelState.getContextHandler() |
| Constructor and Description |
|---|
Dispatcher(ContextHandler contextHandler,
HttpURI uri,
String pathInContext) |
Dispatcher(ContextHandler contextHandler,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
MovedContextHandler
Moved ContextHandler.
|
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
ContextHandlerCollection.addContext(String contextPath,
String resourceBase)
Add a context handler.
|
ContextHandler |
ContextHandler.Context.getContextHandler() |
static ContextHandler |
ContextHandler.getContextHandler(ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler |
ErrorHandler.getErrorHandler(Server server,
ContextHandler context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextHandlerCollection.setContextClass(Class<? extends ContextHandler> contextClass) |
| Constructor and Description |
|---|
ManagedAttributeListener(ContextHandler context,
String... managedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractHandlerMBean.getContextName(ContextHandler context) |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
AbstractSessionManager.getContextHandler() |
Copyright © 1995–2017 Webtide. All rights reserved.