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-client Show documentation
Show all versions of cloudant-client Show documentation
Official Cloudant client for Java
package com.cloudant.http;
/**
* A marker interface for all HttpConnectionInterceptors.
*/
public interface HttpConnectionInterceptor {
}