Class Result
java.lang.Object
org.eclipse.jetty.client.Result
- 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
 
- 
Constructor Details
- 
Result
 - 
Result
 - 
Result
 - 
Result
 - 
Result
 
 - 
 - 
Method Details
- 
getRequest
 - 
getRequestFailure
Get the request failure, if any.- Returns:
 - the request failure, if any
 
 - 
getResponse
 - 
getResponseFailure
Get the response failure, if any.- Returns:
 - the response failure, if any
 
 - 
isSucceeded
public boolean isSucceeded()- Returns:
 - whether both the request and the response succeeded
 
 - 
isFailed
public boolean isFailed()- Returns:
 - whether either the response or the request failed
 
 - 
getFailure
Get the response failure, if any, otherwise the request failure, if any.- Returns:
 - the response failure, if any, otherwise the request failure, if any
 
 - 
toString
 
 -