Uses of Class
org.refcodes.web.BadResponseException
-
Uses of BadResponseException in org.refcodes.web
Classes in org.refcodes.web that implement interfaces with type arguments of type BadResponseExceptionMethods in org.refcodes.web that throw BadResponseExceptionModifier and TypeMethodDescriptionHttpClientResponse.getResponse()Retrieves theHttpBodyMaprepresenting the response body.<RES> RESHttpClientResponse.getResponse(Class<RES> aResponseType) This method's implementation supports theHttpBodyMapto unmarshal an HTTP Response-Body into anHttpBodyMapwhen providing theHttpBodyMapas response type.HttpServerResponse.toHttpBody()Converts an object representing the HTTP body to aStringinstance.