Class DummyHttpServerRequest

  • All Implemented Interfaces:
    io.vertx.core.http.HttpServerRequest, io.vertx.core.http.impl.HttpServerRequestInternal, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, io.vertx.core.streams.StreamBase, FastFailHttpServerRequest

    public class DummyHttpServerRequest
    extends Object
    implements FastFailHttpServerRequest
    Dummy class implementing HttpServerRequest. Override this class for your needs.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]