Class DummyHttpServerRequest

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

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