JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.handlers

Class AbstractRequestHandler

    • Constructor Detail

      • AbstractRequestHandler

        public AbstractRequestHandler()
        Deprecated.
    • Method Detail

      • beforeRequest

        public void beforeRequest(Request<?> request)
        Deprecated.
        Description copied from interface: RequestHandler
        Runs any additional processing logic on the specified request (before it is executed by the client runtime).
        Specified by:
        beforeRequest in interface RequestHandler
        Parameters:
        request - The low level request being processed.
      • afterResponse

        public void afterResponse(Request<?> request,
         Object response,
         TimingInfo timingInfo)
        Deprecated.
        Description copied from interface: RequestHandler
        Runs any additional processing logic on the specified request (after is has been executed by the client runtime).
        Specified by:
        afterResponse in interface RequestHandler
        Parameters:
        request - The low level request being processed.
        response - The response generated from the specified request.
        timingInfo - Timing information on the request's processing.
      • afterError

        public void afterError(Request<?> request,
         Exception e)
        Deprecated.
        Description copied from interface: RequestHandler
        Runs any additional processing logic on a request after it has failed.
        Specified by:
        afterError in interface RequestHandler
        Parameters:
        request - The request that generated an error.
        e - The error that resulted from executing the request.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /