Uses of Class
colesico.framework.http.HttpContext
| Package | Description |
|---|---|
| colesico.framework.http | |
| colesico.framework.http.internal |
-
Uses of HttpContext in colesico.framework.http
Fields in colesico.framework.http with type parameters of type HttpContext Modifier and Type Field Description static colesico.framework.ioc.key.Key<HttpContext>HttpContext. SCOPE_KEY -
Uses of HttpContext in colesico.framework.http.internal
Methods in colesico.framework.http.internal that return HttpContext Modifier and Type Method Description HttpContextHttpProducer. getHttpContext(colesico.framework.ioc.scope.ThreadScope scope)Methods in colesico.framework.http.internal that return types with arguments of type HttpContext Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<HttpContext>HttpIoclet. getHttpContextFactory0()Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: nullMethods in colesico.framework.http.internal with parameters of type HttpContext Modifier and Type Method Description HttpRequestHttpProducer. getHttpRequest(HttpContext ctx)HttpResponseHttpProducer. getHttpResponse(HttpContext ctx)