Uses of Enum Class
com.nettoolkit.internal.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in com.nettoolkit.internal
Methods in com.nettoolkit.internal with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected StringNetToolKitClient.sendHttpRequest(HttpMethod method, String strPath, String strQueryString, String strBody, HttpContentType contentType) -
Uses of HttpMethod in com.nettoolkit.internal.http
Methods in com.nettoolkit.internal.http 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.nettoolkit.internal.request
Methods in com.nettoolkit.internal.request that return HttpMethodModifier and TypeMethodDescriptionprotected abstract HttpMethodBaseApiRequest.getHttpMethod()protected HttpMethodDeleteRequest.getHttpMethod()protected HttpMethodGetRequest.getHttpMethod()protected HttpMethodPostRequest.getHttpMethod()protected HttpMethodPutRequest.getHttpMethod()