Class DelegateClientRequestCreator


  • public class DelegateClientRequestCreator
    extends java.lang.Object
    Wrapper for the HttpClient to create delegate client requests.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vertx.core.http.HttpClientRequest createClientRequest​(io.vertx.core.http.HttpMethod method, java.lang.String requestURI, io.vertx.core.http.impl.headers.VertxHttpHeaders headers, long timeoutMs, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler, io.vertx.core.Handler<java.lang.Throwable> exceptionHandler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelegateClientRequestCreator

        public DelegateClientRequestCreator​(io.vertx.core.http.HttpClient selfClient)
    • Method Detail

      • createClientRequest

        public io.vertx.core.http.HttpClientRequest createClientRequest​(io.vertx.core.http.HttpMethod method,
                                                                        java.lang.String requestURI,
                                                                        io.vertx.core.http.impl.headers.VertxHttpHeaders headers,
                                                                        long timeoutMs,
                                                                        io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler,
                                                                        io.vertx.core.Handler<java.lang.Throwable> exceptionHandler)