Uses of Enum Class
org.frankframework.http.HttpEntityType
Package
Description
-
Uses of HttpEntityType in org.frankframework.http
Modifier 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.Modifier and TypeMethodDescriptionvoid
HttpSender.setPostType
(HttpEntityType type) IfmethodType
=POST
,PUT
orPATCH
, the type of post request -
Uses of HttpEntityType in org.frankframework.http.mime
Modifier and TypeMethodDescriptionHttpEntityFactory.Builder.entityType
(HttpEntityType entityType) -
Uses of HttpEntityType in org.frankframework.http.rest
Modifier and TypeMethodDescriptionvoid
ApiListener.setResponseType
(HttpEntityType responseType) Optional configuration setting to have more control over how to send the response.