Class UploadPipe

  • All Implemented Interfaces:
    Pipe<org.apache.http.HttpResponse>

    public class UploadPipe
    extends Object
    implements Pipe<org.apache.http.HttpResponse>
    • Method Detail

      • create

        public static UploadPipe create​(io.vertx.ext.web.RoutingContext context,
                                        io.vertx.servicediscovery.ServiceReference reference,
                                        io.vertx.core.http.RequestOptions options)
      • doRequest

        public void doRequest​(io.vertx.core.Handler<org.apache.http.HttpResponse> handler)
        Specified by:
        doRequest in interface Pipe<org.apache.http.HttpResponse>