Uses of Enum Class
org.frankframework.http.AbstractHttpSender.HttpMethod
Packages that use AbstractHttpSender.HttpMethod
-
Uses of AbstractHttpSender.HttpMethod in org.frankframework.http
Methods in org.frankframework.http that return AbstractHttpSender.HttpMethodModifier and TypeMethodDescriptionAbstractHttpSender.getHttpMethod()
Returns the enum constant of this class with the specified name.static AbstractHttpSender.HttpMethod[]
AbstractHttpSender.HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.http with parameters of type AbstractHttpSender.HttpMethodModifier and TypeMethodDescriptionvoid
AbstractHttpSender.setMethodType
(AbstractHttpSender.HttpMethod method) The HTTP Method used to execute the requestvoid
WebServiceSender.setMethodType
(AbstractHttpSender.HttpMethod method) Hide this property from being set.