Uses of Class
org.jboss.hal.dmr.dispatch.Dispatcher.ResponseStatus
-
Packages that use Dispatcher.ResponseStatus Package Description org.jboss.hal.dmr.dispatch -
-
Uses of Dispatcher.ResponseStatus in org.jboss.hal.dmr.dispatch
Methods in org.jboss.hal.dmr.dispatch that return Dispatcher.ResponseStatus Modifier and Type Method Description static Dispatcher.ResponseStatusDispatcher.ResponseStatus. fromStatusCode(int statusCode)static Dispatcher.ResponseStatusDispatcher.ResponseStatus. fromStatusText(String statusText)static Dispatcher.ResponseStatusDispatcher.ResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Dispatcher.ResponseStatus[]Dispatcher.ResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-