com.app55.transport.HttpAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app55-java Show documentation
Show all versions of app55-java Show documentation
App55 client library for the Java platform.
The newest version!
package com.app55.transport;
import java.util.Map;
public interface HttpAdapter
{
public HttpResponse onSendRequest(byte[] data, String url, String httpMethod, String basicAuthString) throws Exception;
public HttpResponse onSendRequest(byte[] data, String url, String httpMethod, String basicAuthString, Map headers) throws Exception;
public void onSendRequest(byte[] data, String url, String httpMethod, String basicAuthString, HttpListener listener);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy