Uses of Class
org.glassfish.grizzly.http.HttpContext
-
Packages that use HttpContext Package Description org.glassfish.grizzly.http org.glassfish.grizzly.http.server -
-
Uses of HttpContext in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return HttpContext Modifier and Type Method Description HttpContextHttpContext. attach(FilterChainContext ctx)static HttpContextHttpContext. get(FilterChainContext ctx)HttpContextProcessingState. getHttpContext()ReturnsHttpContextassociated with the processing.static HttpContextHttpContext. newInstance(AttributeStorage attributeStorage, OutputSink outputSink, Closeable closeable, HttpRequestPacket request)Methods in org.glassfish.grizzly.http with parameters of type HttpContext Modifier and Type Method Description voidProcessingState. setHttpContext(HttpContext httpContext)Sets theHttpContextassociated with the processing. -
Uses of HttpContext in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as HttpContext Modifier and Type Field Description protected HttpContextResponse. httpContextGrizzlyHttpContextassociated with the current Request/Response processing.
-