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(FilterChainContext ctx) static HttpContextHttpContext.get(FilterChainContext ctx) ProcessingState.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 HttpContextModifier and TypeMethodDescriptionvoidProcessingState.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 HttpContextModifier and TypeFieldDescriptionprotected HttpContextResponse.httpContextGrizzlyHttpContextassociated with the current Request/Response processing.