Uses of Enum Class
org.frankframework.http.AbstractHttpSender.HttpMethod
Packages that use AbstractHttpSender.HttpMethod
Package
Description
-
Uses of AbstractHttpSender.HttpMethod in org.frankframework.extensions.akamai
Methods in org.frankframework.extensions.akamai that return AbstractHttpSender.HttpMethod -
Uses of AbstractHttpSender.HttpMethod in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis with parameters of type AbstractHttpSender.HttpMethod -
Uses of AbstractHttpSender.HttpMethod in org.frankframework.http
Subclasses with type arguments of type AbstractHttpSender.HttpMethod in org.frankframework.httpMethods in org.frankframework.http that return AbstractHttpSender.HttpMethodModifier and TypeMethodDescriptionReturns 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 TypeMethodDescriptionvoidAbstractHttpSender.setMethodType(AbstractHttpSender.HttpMethod method) The HTTP Method used to execute the requestvoidWebServiceSender.setMethodType(AbstractHttpSender.HttpMethod method) Hide this property from being set.