Uses of Class
org.refcodes.web.BadRequestException
-
-
Uses of BadRequestException in org.refcodes.web
Methods in org.refcodes.web that throw BadRequestException Modifier and Type Method Description default HttpBodyMapHttpServerRequest. getRequest()Retrieves theHttpBodyMaprepresenting the request body.<REQ> REQHttpServerRequest. getRequest(Class<REQ> aRequestType)Retrieves the object representing the request body.<REQ> REQHttpServerRequestImpl. getRequest(Class<REQ> aRequestType)This method's implementation supports theHttpBodyMapto unmarshal an HTTP Request-Body into anHttpBodyMapwhen providing theHttpBodyMapas request type.StringHttpClientRequest. toHttpBody()Automatically sets theContentTypeto theRequestHeaderFieldsretrieved fromHeaderFieldsAccessor.getHeaderFields().StringHttpClientRequestImpl. toHttpBody()Automatically sets theContentTypeto theRequestHeaderFieldsretrieved fromHeaderFieldsAccessor.getHeaderFields().
-