Class HttpCharsets
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpCharsets
Contains a set of predefined charsets.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpCharsetstatic final HttpCharsetstatic final HttpCharsetstatic final HttpCharsetstatic final HttpCharsetstatic final HttpCharset
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpCharsetCreate and return a custom charset.static Optional<HttpCharset>Returns Some(charset) if the charset with the given name was found and None otherwise.
- 
Field Details- 
US_ASCII
- 
ISO_8859_1
- 
UTF_8
- 
UTF_16
- 
UTF_16BE
- 
UTF_16LE
 
- 
- 
Method Details- 
customCreate and return a custom charset.
- 
lookupReturns Some(charset) if the charset with the given name was found and None otherwise.
 
-