| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
HttpContext.attach(FilterChainContext ctx) |
static HttpContext |
HttpContext.get(FilterChainContext ctx) |
HttpContext |
ProcessingState.getHttpContext()
Returns
HttpContext associated with the processing. |
static HttpContext |
HttpContext.newInstance(AttributeStorage attributeStorage,
OutputSink outputSink,
Closeable closeable,
HttpRequestPacket request) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingState.setHttpContext(HttpContext httpContext)
Sets the
HttpContext associated with the processing. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.