Uses of Class
org.jboss.hal.dmr.dispatch.Dispatcher.HttpMethod
-
Packages that use Dispatcher.HttpMethod Package Description org.jboss.hal.dmr.dispatch -
-
Uses of Dispatcher.HttpMethod in org.jboss.hal.dmr.dispatch
Methods in org.jboss.hal.dmr.dispatch that return Dispatcher.HttpMethod Modifier and Type Method Description static Dispatcher.HttpMethodDispatcher.HttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Dispatcher.HttpMethod[]Dispatcher.HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.dmr.dispatch with parameters of type Dispatcher.HttpMethod Modifier and Type Method Description ModelNodeDmrPayloadProcessor. processPayload(Dispatcher.HttpMethod method, String contentType, String payload)ModelNodeUploadPayloadProcessor. processPayload(Dispatcher.HttpMethod method, String contentType, String payload)
-