| Package | Description |
|---|---|
| org.glassfish.grizzly.http | |
| org.glassfish.grizzly.http.server |
| 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. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpContext |
Response.httpContext
Grizzly
HttpContext associated with the current Request/Response
processing. |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.