public final class HttpResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpResult.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpResult.Builder |
builder() |
List<ResponseContainer> |
getFailedAttempts() |
ResponseContainer |
getResponse() |
org.kuali.common.jute.base.TimedInterval |
getTiming() |
boolean |
isSuccess()
Returns true if there were no i/o exception's thrown while processing the response AND the http status code is in the 2xx range
|
public static HttpResult.Builder builder()
public boolean isSuccess()
public ResponseContainer getResponse()
public List<ResponseContainer> getFailedAttempts()
public org.kuali.common.jute.base.TimedInterval getTiming()
Copyright © 2014–2015 The Kuali Foundation. All rights reserved.