Class ResponseHandler<T>

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>>>

    public class ResponseHandler<T>
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>>>
    Author:
    Carles Arnal 'carnalca@redhat.com'
    • Method Detail

      • handle

        public void handle​(io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>> event)
        Specified by:
        handle in interface io.vertx.core.Handler<T>