Uses of Interface
org.jboss.resteasy.client.jaxrs.engines.AsyncClientHttpEngine
Packages that use AsyncClientHttpEngine
Package
Description
-
Uses of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.engine
Methods in org.jboss.resteasy.client.jaxrs.engine that return AsyncClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineFactory.asyncHttpClientEngine
(ClientBuilderConfiguration configuration) Creates, or retrieves, aAsyncClientHttpEngine
based on the configuration. -
Uses of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines
Subinterfaces of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.enginesClasses in org.jboss.resteasy.client.jaxrs.engines that implement AsyncClientHttpEngineModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
-
Uses of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.jetty
Classes in org.jboss.resteasy.client.jaxrs.engines.jetty that implement AsyncClientHttpEngineModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.client.jaxrs.engines.jetty that return AsyncClientHttpEngineModifier and TypeMethodDescriptionJettyHttpClientEngineFactory.asyncHttpClientEngine
(ClientBuilderConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.vertx
Classes in org.jboss.resteasy.client.jaxrs.engines.vertx that implement AsyncClientHttpEngineMethods in org.jboss.resteasy.client.jaxrs.engines.vertx that return AsyncClientHttpEngineModifier and TypeMethodDescriptionVertxClientHttpEngineFactory.asyncHttpClientEngine
(ClientBuilderConfiguration configuration)
ClientHttpEngine
will be replaced.