Class ResumingRequestWrapper

  • 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

    class ResumingRequestWrapper
    extends AbstractRequestWrapper
    • Constructor Detail

      • ResumingRequestWrapper

        ResumingRequestWrapper​(io.vertx.core.http.HttpServerRequest request)
    • Method Detail

      • handler

        public io.vertx.core.http.HttpServerRequest handler​(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
        Specified by:
        handler in interface io.vertx.core.http.HttpServerRequest
        Specified by:
        handler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
        Overrides:
        handler in class AbstractRequestWrapper
      • pause

        public io.vertx.core.http.HttpServerRequest pause()
        Specified by:
        pause in interface io.vertx.core.http.HttpServerRequest
        Specified by:
        pause in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
        Overrides:
        pause in class AbstractRequestWrapper
      • resume

        public io.vertx.core.http.HttpServerRequest resume()
        Specified by:
        resume in interface io.vertx.core.http.HttpServerRequest
        Specified by:
        resume in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
        Overrides:
        resume in class AbstractRequestWrapper
      • fetch

        public io.vertx.core.http.HttpServerRequest fetch​(long amount)
        Specified by:
        fetch in interface io.vertx.core.http.HttpServerRequest
        Specified by:
        fetch in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
        Overrides:
        fetch in class AbstractRequestWrapper
      • endHandler

        public io.vertx.core.http.HttpServerRequest endHandler​(io.vertx.core.Handler<Void> handler)
        Specified by:
        endHandler in interface io.vertx.core.http.HttpServerRequest
        Specified by:
        endHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
        Overrides:
        endHandler in class AbstractRequestWrapper
      • bodyHandler

        public io.vertx.core.http.HttpServerRequest bodyHandler​(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
        Specified by:
        bodyHandler in interface io.vertx.core.http.HttpServerRequest
        Overrides:
        bodyHandler in class AbstractRequestWrapper
      • uploadHandler

        public io.vertx.core.http.HttpServerRequest uploadHandler​(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)
        Specified by:
        uploadHandler in interface io.vertx.core.http.HttpServerRequest
        Overrides:
        uploadHandler in class AbstractRequestWrapper