public interface HttpAdapter
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
onSendRequest(byte[] data,
String url,
String httpMethod,
String basicAuthString) |
void |
onSendRequest(byte[] data,
String url,
String httpMethod,
String basicAuthString,
HttpListener listener) |
HttpResponse |
onSendRequest(byte[] data,
String url,
String httpMethod,
String basicAuthString,
Map<String,String> headers) |
HttpResponse onSendRequest(byte[] data, String url, String httpMethod, String basicAuthString) throws Exception
ExceptionHttpResponse onSendRequest(byte[] data, String url, String httpMethod, String basicAuthString, Map<String,String> headers) throws Exception
Exceptionvoid onSendRequest(byte[] data,
String url,
String httpMethod,
String basicAuthString,
HttpListener listener)
Copyright © 2014. All Rights Reserved.