Package fr.gouv.vitam.common.client
Class VitamApacheHttpClientEngine
java.lang.Object
fr.gouv.vitam.common.client.VitamApacheHttpClientEngine
- All Implemented Interfaces:
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
public class VitamApacheHttpClientEngine
extends Object
implements org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Vtam Specific Apache Http Client Engine
In particular, handle chunk mode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Default implementation of a strategy deciding about connection re-use. -
Constructor Summary
ConstructorDescriptionDefault constructor -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
isFollowRedirects, setFollowRedirects
-
Constructor Details
-
VitamApacheHttpClientEngine
Default constructor- Parameters:
config
-
-
-
Method Details
-
toString
-
getSslContext
- Specified by:
getSslContext
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
getHostnameVerifier
- Specified by:
getHostnameVerifier
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
invoke
public org.jboss.resteasy.client.jaxrs.internal.ClientResponse invoke(javax.ws.rs.client.Invocation clientInvocation) - Specified by:
invoke
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
close
public void close()- Specified by:
close
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngine
-