Class SwiftPreventKeepAliveStrategy
- java.lang.Object
-
- org.apache.http.impl.DefaultConnectionReuseStrategy
-
- org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
-
- fr.gouv.vitam.common.storage.swift.SwiftPreventKeepAliveStrategy
-
- All Implemented Interfaces:
org.apache.http.ConnectionReuseStrategy
public class SwiftPreventKeepAliveStrategy extends org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
-
-
Constructor Summary
Constructors Constructor Description SwiftPreventKeepAliveStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
keepAlive(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
-
-
Method Detail
-
keepAlive
public boolean keepAlive(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
- Specified by:
keepAlive
in interfaceorg.apache.http.ConnectionReuseStrategy
- Overrides:
keepAlive
in classorg.apache.http.impl.client.DefaultClientConnectionReuseStrategy
-
-