public interface HttpURLConnectionWrapper
HttpURLConnection creation. Implementations can support connection retry.| Modifier and Type | Method and Description |
|---|---|
java.net.HttpURLConnection |
getHttpURLConnection()
Get a HttpURLConnection generated from the implementation specifics
|
boolean |
isRetryAllowed()
Returns retry allowed status
|
java.net.HttpURLConnection getHttpURLConnection()
throws java.io.IOException
HttpURLConnection which is generatedjava.io.IOExceptionboolean isRetryAllowed()
true if retry is allowed and false if retry is not allowed