Class JavaHttpClientRestInvoker.HttpReponseRestResponse
java.lang.Object
org.flowable.external.client.impl.JavaHttpClientRestInvoker.HttpReponseRestResponse
- All Implemented Interfaces:
RestResponse<String>
- Enclosing class:
- JavaHttpClientRestInvoker
protected static class JavaHttpClientRestInvoker.HttpReponseRestResponse
extends Object
implements RestResponse<String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
response
-
-
Constructor Details
-
HttpReponseRestResponse
-
-
Method Details
-
body
- Specified by:
bodyin interfaceRestResponse<String>
-
statusCode
public int statusCode()- Specified by:
statusCodein interfaceRestResponse<String>
-