Package | Description |
---|---|
com.amazonaws.handlers | |
com.amazonaws.http | |
com.amazonaws.http.timers |
Classes for the request timeout and client execution timeout features.
|
com.amazonaws.http.timers.client | |
com.amazonaws.http.timers.request |
Package | Description |
---|---|
com.amazonaws.http.timers |
Classes for the request timeout and client execution timeout features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRequestHandler2
Interface for
RequestHandler2 . |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientFactory
Responsible for creating and configuring instances of Apache HttpClient4.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeoutThreadPoolBuilder
Utility class to build the
ScheduledThreadPoolExecutor for the request timeout and client
execution timeout features |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientExecutionAbortTask
Task to be scheduled by
ClientExecutionTimer |
class |
ClientExecutionAbortTaskImpl
Implementation of
ClientExecutionAbortTask that interrupts the caller thread and aborts
any HTTP request when triggered |
interface |
ClientExecutionAbortTrackerTask |
class |
ClientExecutionAbortTrackerTaskImpl
Keeps track of the scheduled
ClientExecutionAbortTask and the associated Future |
class |
ClientExecutionTimer
Represents a timer to enforce a timeout on the total client execution time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestAbortTask
Task to be scheduled by
HttpRequestTimer |
class |
HttpRequestAbortTaskImpl
Implementation of
HttpRequestAbortTask that aborts the tracking HttpRequestBase
when triggered |
interface |
HttpRequestAbortTaskTracker
Returned by
HttpRequestTimer to track a scheduled timer task. |
class |
HttpRequestAbortTaskTrackerImpl
Keeps track of the scheduled
HttpRequestAbortTask and the associated Future |
class |
HttpRequestTimer
Represents a timer class to enforce HTTP request timeouts.
|
Copyright © 2015. All rights reserved.