Class HttpRequestAbortTaskImpl
- java.lang.Object
-
- com.amazonaws.http.timers.request.HttpRequestAbortTaskImpl
-
- All Implemented Interfaces:
HttpRequestAbortTask
,Runnable
public class HttpRequestAbortTaskImpl extends Object implements HttpRequestAbortTask
Implementation ofHttpRequestAbortTask
that aborts the trackingHttpRequestBase
when triggered
-
-
Constructor Summary
Constructors Constructor Description HttpRequestAbortTaskImpl(org.apache.http.client.methods.HttpRequestBase httpRequest)
-
-
-
Method Detail
-
httpRequestAborted
public boolean httpRequestAborted()
- Specified by:
httpRequestAborted
in interfaceHttpRequestAbortTask
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfaceHttpRequestAbortTask
-
-