Uses of Enum Class
org.frankframework.http.HttpEntityType
Packages that use HttpEntityType
Package
Description
-
Uses of HttpEntityType in org.frankframework.http
Subclasses with type arguments of type HttpEntityType in org.frankframework.httpMethods in org.frankframework.http that return HttpEntityTypeModifier and TypeMethodDescriptionstatic HttpEntityTypeReturns 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 TypeMethodDescriptionvoidHttpSender.setPostType(HttpEntityType type) IfmethodType=POST,PUTorPATCH, 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 with parameters of type HttpEntityTypeModifier and TypeMethodDescriptionvoidApiListener.setResponseType(HttpEntityType responseType) Optional configuration setting to have more control over how to send the response.