Uses of Class
org.refcodes.rest.HttpExceptionHandling
-
-
Uses of HttpExceptionHandling in org.refcodes.rest
Fields in org.refcodes.rest declared as HttpExceptionHandling Modifier and Type Field Description protected HttpExceptionHandlingAbstractRestServer. _httpExceptionHandlingMethods in org.refcodes.rest that return HttpExceptionHandling Modifier and Type Method Description HttpExceptionHandlingAbstractRestServer. getHttpExceptionHandling()Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.HttpExceptionHandlingHttpExceptionHandlingAccessor. getHttpExceptionHandling()Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.static HttpExceptionHandlingHttpExceptionHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpExceptionHandling[]HttpExceptionHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.rest with parameters of type HttpExceptionHandling Modifier and Type Method Description voidAbstractRestServer. setHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.voidHttpExceptionHandlingAccessor.HttpExceptionHandlingMutator. setHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.BHttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder. withHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.default HttpRestServerHttpRestServer. withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.default LoopbackRestServerLoopbackRestServer. withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.
-