Uses of Class
io.muserver.ResponseState
-
Packages that use ResponseState Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of ResponseState in io.muserver
Methods in io.muserver that return ResponseState Modifier and Type Method Description ResponseState
MuResponse. responseState()
static ResponseState
ResponseState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResponseState[]
ResponseState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-