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

com.app55.transport.HttpAdapter Maven / Gradle / Ivy

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