Uses of Enum Class
com.amalgamasimulation.studies.headlessapp.HttpMethod
Packages that use HttpMethod
Package
Description
This package contains classes for headless (console) applications that can
launch studies.
Classes that enable HTTP-based communication in a headless studies application.
-
Uses of HttpMethod in com.amalgamasimulation.studies.headlessapp
Methods in com.amalgamasimulation.studies.headlessapp that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethod in com.amalgamasimulation.studies.headlessapp.http
Methods in com.amalgamasimulation.studies.headlessapp.http that return HttpMethodModifier and TypeMethodDescriptionprotected abstract HttpMethodLocalHttpHandler.expectedMethod()Returns the HTTP method that must be used in requests processed by this HTTP handler.