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.HttpMethodModifier and TypeMethodDescriptionorg.apache.chemistry.opencmis.client.bindings.spi.http.Response
CmisHttpSender.invoke
(AbstractHttpSender.HttpMethod method, String url, Map<String, String> headers, org.apache.chemistry.opencmis.client.bindings.spi.http.Output writer, org.apache.chemistry.opencmis.client.bindings.spi.BindingSession session) -
Uses of AbstractHttpSender.HttpMethod in org.frankframework.http
Methods 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 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.