Class ResumingRequestWrapper

  • 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 ResumingRequestWrapper
    extends io.vertx.core.http.impl.HttpServerRequestWrapper
    • Field Summary

      • Fields inherited from class io.vertx.core.http.impl.HttpServerRequestWrapper

        delegate
      • Fields inherited from interface io.vertx.core.http.HttpServerRequest

        DEFAULT_INVALID_REQUEST_HANDLER
    • Constructor Summary

      Constructors 
      Constructor Description
      ResumingRequestWrapper​(io.vertx.core.http.HttpServerRequest request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vertx.core.http.HttpServerRequest bodyHandler​(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)  
      io.vertx.core.http.HttpServerRequest endHandler​(io.vertx.core.Handler<Void> handler)  
      io.vertx.core.http.HttpServerRequest fetch​(long amount)  
      io.vertx.core.http.HttpServerRequest handler​(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)  
      io.vertx.core.http.HttpServerRequest pause()  
      io.vertx.core.http.HttpServerRequest resume()  
      io.vertx.core.http.HttpServerRequest uploadHandler​(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> handler)  
      • Methods inherited from class io.vertx.core.http.impl.HttpServerRequestWrapper

        absoluteURI, authority, body, body, bytesRead, connection, context, cookieCount, cookieMap, cookies, cookies, customFrameHandler, decoderResult, end, end, exceptionHandler, formAttributes, getCookie, getCookie, getFormAttribute, getHeader, getHeader, getParam, getParam, getParamsCharset, headers, host, isEnded, isExpectMultipart, isSSL, localAddress, method, metric, params, path, peerCertificateChain, pipe, pipeTo, pipeTo, query, remoteAddress, response, routed, scheme, setExpectMultipart, setParamsCharset, sslSession, streamId, streamPriority, streamPriorityHandler, toNetSocket, toNetSocket, toWebSocket, toWebSocket, uri, version
    • Constructor Detail

      • ResumingRequestWrapper

        public 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper
      • 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 io.vertx.core.http.impl.HttpServerRequestWrapper