Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngine Modifier and Type Method Description ClientHttpEngineClientHttpEngineBuilder. build()abstract ClientHttpEngineResteasyClientBuilder. getHttpEngine()ClientHttpEngineResteasyClient. httpEngine()Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngine Modifier and Type Method Description abstract ResteasyClientBuilderResteasyClientBuilder. httpEngine(ClientHttpEngine httpEngine)Negates all ssl and connection specific configuration -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines
Subinterfaces of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines Modifier and Type Interface Description interfaceApacheHttpClientEngineinterfaceAsyncClientHttpEngineInterface for an async HttpClientEngineinterfaceReactiveClientHttpEngineClasses in org.jboss.resteasy.client.jaxrs.engines that implement ClientHttpEngine Modifier and Type Class Description classApacheHttpAsyncClient4EngineAsyncClientHttpEngine using apache http components HttpAsyncClient 4.classApacheHttpClient43EngineAn Apache HTTP engine for use with the new Builder Config style.classManualClosingApacheHttpClient43EngineAn Apache HTTP engine for use with the new Builder Config style.classReactorNettyClientHttpEngineclassURLConnectionEngineMethods in org.jboss.resteasy.client.jaxrs.engines that return ClientHttpEngine Modifier and Type Method Description ClientHttpEngineClientHttpEngineBuilder43. build()ClientHttpEngineURLConnectionClientEngineBuilder. build()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) -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.jetty
Classes in org.jboss.resteasy.client.jaxrs.engines.jetty that implement ClientHttpEngine Modifier and Type Class Description classJettyClientEngine -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.vertx
Classes in org.jboss.resteasy.client.jaxrs.engines.vertx that implement ClientHttpEngine Modifier and Type Class Description classVertxClientHttpEngine -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientHttpEngine Modifier and Type Field Description protected ClientHttpEngineResteasyClientBuilderImpl. httpEngineprotected ClientHttpEngineResteasyClientImpl. httpEngineMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientHttpEngine Modifier and Type Method Description ClientHttpEngineResteasyClientBuilderImpl. getHttpEngine()ClientHttpEngineResteasyClientImpl. httpEngine()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngine Modifier and Type Method Description protected ResteasyClientResteasyClientBuilderImpl. createResteasyClient(ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration config)ResteasyClientBuilderImplResteasyClientBuilderImpl. httpEngine(ClientHttpEngine httpEngine)Negates all ssl and connection specific configurationConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngine Constructor Description ResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration)ResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ClientConfiguration configuration)ResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ContextualScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration)
-