public class DockerHttpClient extends Object
DockerFly Framework. WebSite: https://git.oschina.net/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
DockerHttpClient(String rootURL,
String charset,
int timeOut) |
DockerHttpClient(String rootURL,
String charset,
int timeOut,
boolean debug) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
ByteBuffer |
loadSteam() |
Result |
run(String method,
String url,
Map<String,Object> queryParams) |
Result |
run(String method,
String url,
Map<String,Object> queryParams,
Object data) |
Result |
run(String method,
String url,
Map<String,Object> queryParams,
String data) |
Result |
run(String method,
String url,
String queryString,
byte[] data) |
int |
sendData(byte[] data) |
public ByteBuffer loadSteam() throws IOException
IOExceptionpublic void close()
public int sendData(byte[] data)
throws IOException
IOExceptionCopyright © 2017 Voovan. All rights reserved.