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, aAsyncClientHttpEnginebased 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.use the new dependencies and packages to avoid split packages -
Uses of AsyncClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.jetty
Classes in org.jboss.resteasy.client.jaxrs.engines.jetty that implement AsyncClientHttpEngineModifier and TypeClassDescriptionclassDeprecated, 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 AsyncClientHttpEngineModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use new dependenciesMethods in org.jboss.resteasy.client.jaxrs.engines.vertx that return AsyncClientHttpEngineModifier and TypeMethodDescriptionVertxClientHttpEngineFactory.asyncHttpClientEngine(ClientBuilderConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.
ClientHttpEnginewill be replaced.