public interface HttpClient extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HttpRequest |
createRequest(Method method) |
boolean |
isProcessingException(Exception e)
Check whether the given exception is a “processing exception”, e.g.
|
HttpRequest createRequest(Method method)
void close()
close in interface AutoCloseableclose in interface Closeableboolean isProcessingException(Exception e)
Check whether the given exception is a “processing exception”, e.g. a json parse failure.
Copyright © 2016–2024. All rights reserved.