Package | Description |
---|---|
bad.robot.http | |
bad.robot.http.apache | |
bad.robot.http.listener |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionRefusedException |
class |
HttpConnectionTimeoutException |
class |
HttpSocketTimeoutException |
class |
HttpUnknownHostException |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpClient.delete(URL url) |
HttpResponse |
HttpClient.get(URL url) |
HttpResponse |
HttpClient.get(URL url,
Headers headers) |
HttpResponse |
HttpClient.options(URL url) |
HttpResponse |
HttpClient.post(URL url,
HttpPost message) |
HttpResponse |
HttpClient.put(URL url,
HttpPut message) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ApacheHttpClient.delete(URL url) |
HttpResponse |
ApacheHttpClient.get(URL url) |
HttpResponse |
ApacheHttpClient.get(URL url,
Headers headers) |
HttpResponse |
ApacheHttpClient.options(URL url) |
HttpResponse |
ApacheHttpClient.post(URL url,
HttpPost message) |
<V> V |
ApacheExceptionWrappingExecutor.submit(Callable<V> callable) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
LoggingHttpClient.delete(URL url) |
HttpResponse |
LoggingHttpClient.get(URL url) |
HttpResponse |
LoggingHttpClient.get(URL url,
Headers headers) |
HttpResponse |
LoggingHttpClient.options(URL url) |
HttpResponse |
LoggingHttpClient.post(URL url,
HttpPost message) |
HttpResponse |
LoggingHttpClient.put(URL url,
HttpPut message) |
Copyright © 2013. All rights reserved.