Package 

Class Request

  • All Implemented Interfaces:

    
    public final class Request
    
                        

    Lists would be initialized loading all elements when they are used (set it as lazy in implementations) this will have a performance penalty in favor of ease of use. The alternative would be using a 'Map/List wrapper that delegates calls to abstract methods in the interface (I won't do this just now).

    HTTP request context. It holds client supplied data and methods to change the response.