Uses of Class
org.eclipse.steady.backend.HttpMethod
-
Packages that use HttpMethod Package Description org.eclipse.steady.backend org.eclipse.steady.backend.requests -
-
Uses of HttpMethod in org.eclipse.steady.backend
Methods in org.eclipse.steady.backend that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.steady.backend with parameters of type HttpMethod Constructor Description BackendConnectionException(HttpMethod _method, URI _uri, int _response_status, Throwable _cause)Constructor for BackendConnectionException. -
Uses of HttpMethod in org.eclipse.steady.backend.requests
Constructors in org.eclipse.steady.backend.requests with parameters of type HttpMethod Constructor Description BasicHttpRequest(HttpMethod _method, String _path)Constructor for BasicHttpRequest.BasicHttpRequest(HttpMethod _method, String _path, Map<String,String> _query_string_params)Creates a request for the RESTful serviceService.BACKEND.BasicHttpRequest(Service _service, HttpMethod _method, String _path, Map<String,String> _query_string_params)Creates a request for the given RESTfulService.ConditionalHttpRequest(HttpMethod _method, String _path, Map<String,String> _query_string_params)Constructor for ConditionalHttpRequest.
-