Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Packages that use ClientHttpEngine
Package
Description
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder.build()Deprecated, for removal: This API element is subject to removal in a future version.abstract ClientHttpEngineResteasyClientBuilder.getHttpEngine()ResteasyClient.httpEngine()Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngineModifier and TypeMethodDescriptionabstract ResteasyClientBuilderResteasyClientBuilder.httpEngine(ClientHttpEngine httpEngine) Negates all ssl and connection specific configuration -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engine
Methods in org.jboss.resteasy.client.jaxrs.engine that return ClientHttpEngineModifier and TypeMethodDescriptiondefault ClientHttpEngineClientHttpEngineFactory.httpClientEngine(ClientBuilderConfiguration configuration) Creates, or retrieves, aClientHttpEnginebased on the configuration. -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines
Subinterfaces of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.enginesModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceInterface for an async HttpClientEngineinterfaceClasses in org.jboss.resteasy.client.jaxrs.engines that implement ClientHttpEngineModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEnginewill be replaced.classDeprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEnginewill be replaced.classDeprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEnginewill be replaced.classMethods in org.jboss.resteasy.client.jaxrs.engines that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder43.build()Deprecated, for removal: This API element is subject to removal in a future version.URLConnectionClientEngineBuilder.build()Deprecated, for removal: This API element is subject to removal in a future version.protected ClientHttpEngineClientHttpEngineBuilder43.createEngine(org.apache.http.conn.HttpClientConnectionManager cm, org.apache.http.client.config.RequestConfig.Builder rcBuilder, org.apache.http.HttpHost defaultProxy, int responseBufferSize, HostnameVerifier verifier, SSLContext theContext) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientHttpEngineModifier and TypeFieldDescriptionprotected ClientHttpEngineResteasyClientBuilderImpl.httpEngineprotected final ClientHttpEngineResteasyClientImpl.httpEngineMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientHttpEngineModifier and TypeMethodDescriptionResteasyClientBuilderImpl.getHttpEngine()ResteasyClientImpl.httpEngine()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngineModifier and TypeMethodDescriptionprotected ResteasyClientResteasyClientBuilderImpl.createResteasyClient(ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration config) ResteasyClientBuilderImpl.httpEngine(ClientHttpEngine httpEngine) Negates all ssl and connection specific configurationConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngineModifierConstructorDescriptionprotectedResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration) protectedResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ClientConfiguration configuration) protectedResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ContextualScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration)
ClientHttpEnginewill be replaced.