Class HttpServletInputMessage

  • All Implemented Interfaces:
    HttpRequest
    Direct Known Subclasses:
    Servlet3AsyncHttpRequest

    public class HttpServletInputMessage
    extends BaseHttpRequest
    Abstraction for an inbound http request on the server, or a response from a server to a client

    We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework

    Version:
    $Revision: 1 $
    Author:
    Bill Burke