Uses of Enum
net.jonathangiles.tools.teenyhttpd.response.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in net.jonathangiles.tools.teenyhttpd.response
Methods in net.jonathangiles.tools.teenyhttpd.response that return StatusCodeModifier and TypeMethodDescriptionByteResponse.getStatusCode()FileResponse.getStatusCode()Response.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.Constructors in net.jonathangiles.tools.teenyhttpd.response with parameters of type StatusCodeModifierConstructorDescriptionByteResponse(StatusCode statusCode) ByteResponse(StatusCode statusCode, byte[] body) ByteResponse(StatusCode statusCode, List<String> headers) ByteResponse(StatusCode statusCode, List<String> headers, byte[] body) StringResponse(StatusCode statusCode) StringResponse(StatusCode statusCode, String body) StringResponse(StatusCode statusCode, List<String> headers) StringResponse(StatusCode statusCode, List<String> headers, String body)