Uses of Enum
net.jonathangiles.tools.teenyhttpd.model.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in net.jonathangiles.tools.teenyhttpd.model
Methods in net.jonathangiles.tools.teenyhttpd.model that return StatusCodeModifier and TypeMethodDescriptionResponse.getStatusCode()static StatusCodeReturns the enum constant of this type with the specified name.static StatusCode[]StatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jonathangiles.tools.teenyhttpd.model with parameters of type StatusCodeModifier and TypeMethodDescriptionstatic ResponseResponse.create(StatusCode statusCode) static ResponseResponse.create(StatusCode statusCode, byte[] body) static ResponseResponse.create(StatusCode statusCode, String body) static ResponseResponse.create(StatusCode statusCode, List<Header> headers) static ResponseResponse.create(StatusCode statusCode, List<Header> headers, byte[] body) static ResponseResponse.create(StatusCode statusCode, List<Header> headers, String body) static <T> TypedResponse<T> TypedResponse.create(StatusCode statusCode, T body) static <T> TypedResponse<T> TypedResponse.status(StatusCode statusCode)