Class JettyHttpClientEngineFactory
java.lang.Object
org.jboss.resteasy.client.jaxrs.engines.jetty.JettyHttpClientEngineFactory
- All Implemented Interfaces:
ClientHttpEngineFactory
@Deprecated(forRemoval=true,
since="6.2")
public class JettyHttpClientEngineFactory
extends Object
implements ClientHttpEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- James R. Perkins
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionasyncHttpClientEngine
(ClientBuilderConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.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
-
JettyHttpClientEngineFactory
public JettyHttpClientEngineFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
asyncHttpClientEngine
Deprecated, for removal: This API element is subject to removal in a future version.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
-