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

com.aliyun.datahub.client.http.common.HttpInterceptor Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.http.common;

public class HttpInterceptor {
    public void preHandle(HttpRequest request) {
    }

    public void postHandle(HttpResponse response) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy