| 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.session |
Jetty Server : Session Management Implementations
|
| Modifier and Type | Method | Description |
|---|---|---|
ContextHandler.Context |
AsyncContextEvent.getContext() |
|
ContextHandler.Context |
Request.getContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Request.setContext(ContextHandler.Context context) |
Set request context
|
| Constructor | Description |
|---|---|
AsyncContextEvent(ContextHandler.Context context,
AsyncContextState asyncContext,
HttpChannelState state,
Request baseRequest,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ContextHandler.Context |
ContextHandler._scontext |
| Modifier and Type | Method | Description |
|---|---|---|
static ContextHandler.Context |
ContextHandler.getCurrentContext() |
Get the current ServletContext implementation.
|
ContextHandler.Context |
ContextHandler.getServletContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContextHandler.ContextScopeListener.enterScope(ContextHandler.Context context,
Request request,
java.lang.Object reason) |
|
void |
ContextHandler.ContextScopeListener.exitScope(ContextHandler.Context context,
Request request) |
| Constructor | Description |
|---|---|
ContextHandler(ContextHandler.Context context) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ContextHandler.Context |
AbstractSessionManager._context |
| Modifier and Type | Method | Description |
|---|---|---|
ContextHandler.Context |
AbstractSessionManager.getContext() |
Copyright © 1995–2018 Webtide. All rights reserved.