|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpException | |
---|---|
bad.robot.http | |
bad.robot.http.apache | |
bad.robot.http.listener |
Uses of HttpException in bad.robot.http |
---|
Subclasses of HttpException in bad.robot.http | |
---|---|
class |
HttpConnectionRefusedException
|
class |
HttpConnectionTimeoutException
|
class |
HttpSocketTimeoutException
|
class |
HttpUnknownHostException
|
Methods in bad.robot.http that throw HttpException | |
---|---|
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)
|
Uses of HttpException in bad.robot.http.apache |
---|
Methods in bad.robot.http.apache that throw HttpException | ||
---|---|---|
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)
|
|
|
ApacheExceptionWrappingExecutor.submit(Callable<V> callable)
|
Uses of HttpException in bad.robot.http.listener |
---|
Methods in bad.robot.http.listener that throw HttpException | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |