-
public final class HttpResponse
-
-
Field Summary
Fields Modifier and Type Field Description private HttpURLConnectionconnectionprivate Stringbodyprivate Exceptionexceptionprivate final Booleansuccess
-
Constructor Summary
Constructors Constructor Description HttpResponse()
-
Method Summary
Modifier and Type Method Description final HttpURLConnectiongetConnection()final UnitsetConnection(HttpURLConnection connection)final StringgetBody()final UnitsetBody(String body)final ExceptiongetException()final UnitsetException(Exception exception)final BooleangetSuccess()-
-
Method Detail
-
getConnection
final HttpURLConnection getConnection()
-
setConnection
final Unit setConnection(HttpURLConnection connection)
-
getException
final Exception getException()
-
setException
final Unit setException(Exception exception)
-
getSuccess
final Boolean getSuccess()
-
-
-
-