Class HttpServerRequest

  • All Implemented Interfaces:
    ReadStream<Buffer>, StreamBase

    public class HttpServerRequest
    extends Object
    implements ReadStream<Buffer>
    Represents a server-side HTTP request.

    Instances are created for each request and passed to the user via a handler.

    Each instance of this class is associated with a corresponding HttpServerResponse instance via response().

    It implements ReadStream so it can be used with Pipe to pipe data with flow control.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.