Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
Packages that use ClientHttpEngine Package Description org.jboss.resteasy.client.jaxrs -
-
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
-