Package org.eclipse.jetty.client.api
Class Result
java.lang.Object
org.eclipse.jetty.client.api.Result
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
-
Constructor Details
-
Method Details
-
getRequest
Deprecated.- Returns:
- the request object
-
getRequestFailure
Deprecated.- Returns:
- the request failure, if any
-
getResponse
Deprecated.- Returns:
- the response object
-
getResponseFailure
Deprecated.- Returns:
- the response failure, if any
-
isSucceeded
public boolean isSucceeded()Deprecated.- Returns:
- whether both the request and the response succeeded
-
isFailed
public boolean isFailed()Deprecated.- Returns:
- whether either the response or the request failed
-
getFailure
Deprecated.- Returns:
- the response failure, if any, otherwise the request failure, if any
-
toString
Deprecated.
-