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