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 theHttpBodyTablerepresenting the request body.<REQ> REQHttpServerRequest.getRequest(Class<REQ> aRequestType) This method's implementation supports theHttpBodyTableto unmarshal an HTTP Request-Body into anHttpBodyTablewhen providing theHttpBodyTableas request type.HttpClientRequest.toHttpBody()Automatically sets theContentTypeto theRequestHeaderFieldsretrieved fromAbstractHttpRequest.getHeaderFields().