Uses of Class
org.refcodes.web.BadResponseException
-
-
Uses of BadResponseException in org.refcodes.web
Methods in org.refcodes.web that throw BadResponseException Modifier and Type Method Description default HttpBodyMapHttpClientResponse. getResponse()Retrieves theHttpBodyMaprepresenting the response body.<RES> RESHttpClientResponse. getResponse(Class<RES> aResponseType)Retrieves the object representing the response body.<RES> RESHttpClientResponseImpl. getResponse(Class<RES> aResponseType)This method's implementation supports theHttpBodyMapto unmarshal an HTTP Response-Body into anHttpBodyMapwhen providing theHttpBodyMapas response type.StringHttpServerResponseImpl. toHttpBody()Converts an object representing the HTTP body to aStringinstance.
-