Uses of Class
org.refcodes.web.BadRequestException
-
Uses of BadRequestException in org.refcodes.web
Methods in org.refcodes.web that throw BadRequestExceptionModifier and TypeMethodDescriptionHttpServerRequest.getRequest()Retrieves theHttpBodyMaprepresenting the request body.<REQ> REQHttpServerRequest.getRequest(Class<REQ> aRequestType) This method's implementation supports theHttpBodyMapto unmarshal an HTTP Request-Body into anHttpBodyMapwhen providing theHttpBodyMapas request type.HttpClientRequest.toHttpBody()Automatically sets theContentTypeto theRequestHeaderFieldsretrieved fromAbstractHttpRequest.getHeaderFields().