Class VertxClientHttpEngineFactory
java.lang.Object
org.jboss.resteasy.client.jaxrs.engines.vertx.VertxClientHttpEngineFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasyncHttpClientEngine
(ClientBuilderConfiguration configuration) Creates, or retrieves, aAsyncClientHttpEngine
based on the configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.client.jaxrs.engine.ClientHttpEngineFactory
httpClientEngine
-
Constructor Details
-
VertxClientHttpEngineFactory
public VertxClientHttpEngineFactory()
-
-
Method Details
-
asyncHttpClientEngine
Description copied from interface:ClientHttpEngineFactory
Creates, or retrieves, aAsyncClientHttpEngine
based on the configuration.- Specified by:
asyncHttpClientEngine
in interfaceClientHttpEngineFactory
- Parameters:
configuration
- theClientBuilder
configuration to use- Returns:
- the client HTTP engine, should never be
null
-