All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.internal.HeaderHandler Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.internal;

import com.qcloud.cos.http.CosHttpResponse;

/**
 * Assistant response handler that can pull an HTTP header out of the response
 * and apply it to a response object.
 */
public interface HeaderHandler {

    /**
     * Applies one or more headers to the response object given.
     * 
     * @param result
     *            The response object to be returned to the client.
     * @param response
     *            The HTTP response from cos.
     */
    public void handle(T result, CosHttpResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy