Uses of Class
org.glassfish.grizzly.http.HttpContext
Packages that use HttpContext
-
Uses of HttpContext in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return HttpContextModifier and TypeMethodDescriptionHttpContext.attach(org.glassfish.grizzly.filterchain.FilterChainContext ctx) static HttpContextHttpContext.get(org.glassfish.grizzly.filterchain.FilterChainContext ctx) ProcessingState.getHttpContext()ReturnsHttpContextassociated with the processing.static HttpContextHttpContext.newInstance(org.glassfish.grizzly.attributes.AttributeStorage attributeStorage, org.glassfish.grizzly.OutputSink outputSink, org.glassfish.grizzly.Closeable closeable, HttpRequestPacket request) Methods in org.glassfish.grizzly.http with parameters of type HttpContextModifier and TypeMethodDescriptionvoidProcessingState.setHttpContext(HttpContext httpContext) Sets theHttpContextassociated with the processing.