Class FormData
java.lang.Object
org.apache.pekko.http.javadsl.model.FormData
Simple model for `application/x-www-form-urlencoded` form data.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic FormDataCreates a FormData from the given parameters.static FormDataCreates the FormData from the given parameters.static FormDataCreates the FormData from the given parameters.toEntity()Converts this FormData to a RequestEntity using UTF8 encoding.
- 
Field Details- 
EMPTYReturns empty FormData.
 
- 
- 
Constructor Details- 
FormData
 
- 
- 
Method Details- 
toEntityConverts this FormData to a RequestEntity using UTF8 encoding.
- 
createCreates the FormData from the given parameters.
- 
createCreates the FormData from the given parameters.
- 
createCreates a FormData from the given parameters.
 
-