Class HttpContext

java.lang.Object
colesico.framework.http.HttpContext

public final class HttpContext
extends java.lang.Object
Http request tread local metadata. It contains data relating to the current http request processing
Author:
Vladlen Larionov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static colesico.framework.ioc.key.Key<HttpContext> SCOPE_KEY  
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpContext​(HttpRequest request, HttpResponse response)  
  • Method Summary

    Modifier and Type Method Description
    HttpRequest getRequest()  
    HttpResponse getResponse()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait