Uses of Enum Class
org.frankframework.http.HttpEntityType
Packages that use HttpEntityType
Package
Description
-
Uses of HttpEntityType in org.frankframework.http
Methods in org.frankframework.http that return HttpEntityTypeModifier and TypeMethodDescriptionHttpSender.getPostType()
static HttpEntityType
Returns the enum constant of this class with the specified name.static HttpEntityType[]
HttpEntityType.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 HttpEntityTypeModifier and TypeMethodDescriptionvoid
HttpSender.setPostType
(HttpEntityType type) IfmethodType
=POST
,PUT
orPATCH
, the type of post request -
Uses of HttpEntityType in org.frankframework.http.mime
Methods in org.frankframework.http.mime with parameters of type HttpEntityTypeModifier and TypeMethodDescriptionHttpEntityFactory.Builder.entityType
(HttpEntityType entityType) -
Uses of HttpEntityType in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return HttpEntityTypeMethods in org.frankframework.http.rest with parameters of type HttpEntityTypeModifier and TypeMethodDescriptionvoid
ApiListener.setResponseType
(HttpEntityType responseType) Optional configuration setting to have more control over how to send the response.