main.java.com.cloudant.http.HttpConnectionInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudant-http Show documentation
Show all versions of cloudant-http Show documentation
HTTP utilities for Java Cloudant clients
package com.cloudant.http;
/**
* A marker interface for all HttpConnectionInterceptors.
*/
public interface HttpConnectionInterceptor {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy