Uses of Class
org.refcodes.web.BadRequestException
-
Uses of BadRequestException in org.refcodes.web
Classes in org.refcodes.web that implement interfaces with type arguments of type BadRequestExceptionModifier and TypeClassDescriptionclassDefines aHttpClientRequestbeing the request as produced by the client.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().