|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestHandler2 | |
---|---|
com.amazonaws | |
com.amazonaws.handlers | |
com.amazonaws.http |
Uses of RequestHandler2 in com.amazonaws |
---|
Fields in com.amazonaws with type parameters of type RequestHandler2 | |
---|---|
protected List<RequestHandler2> |
AmazonWebServiceClient.requestHandler2s
Optional request handlers for additional request processing. |
Methods in com.amazonaws with parameters of type RequestHandler2 | |
---|---|
void |
AmazonWebServiceClient.addRequestHandler(RequestHandler2 requestHandler2)
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle. |
void |
AmazonWebServiceClient.removeRequestHandler(RequestHandler2 requestHandler2)
|
Uses of RequestHandler2 in com.amazonaws.handlers |
---|
Subclasses of RequestHandler2 in com.amazonaws.handlers | |
---|---|
class |
CredentialsRequestHandler
A special type of RequestHandler2 |
Methods in com.amazonaws.handlers that return RequestHandler2 | |
---|---|
static RequestHandler2 |
RequestHandler2.adapt(RequestHandler old)
Returns an instance of request handler adapted to the RequestHandler2 interface from the given request handler
implementing the deprecated RequestHandler interface. |
Methods in com.amazonaws.handlers that return types with arguments of type RequestHandler2 | |
---|---|
List<RequestHandler2> |
HandlerChainFactory.newRequestHandler2Chain(String resource)
Constructs a new request handler (v2) chain by analyzing the specified classpath resource. |
List<RequestHandler2> |
HandlerChainFactory.newRequestHandlerChain(String resource)
For backward compatibility, constructs a new request handler chain adapted to RequestHandler2 by analyzing the specified classpath
resource. |
Uses of RequestHandler2 in com.amazonaws.http |
---|
Methods in com.amazonaws.http that return types with arguments of type RequestHandler2 | |
---|---|
List<RequestHandler2> |
ExecutionContext.getRequestHandler2s()
|
Constructor parameters in com.amazonaws.http with type arguments of type RequestHandler2 | |
---|---|
ExecutionContext(List<RequestHandler2> requestHandler2s,
boolean isMetricEnabled,
AmazonWebServiceClient awsClient)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |