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

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

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.client.http;

import com.aliyun.datahub.client.auth.Account;

public class HttpInterceptor {
    public void setUserAgent(String userAgent) {}

    public Account getAccount() {
        return null;
    }

    public void preHandle(HttpRequest request) {
    }

    public void postHandle(HttpResponse response) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy