Class Utf8Decoder$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
- All Implemented Interfaces:
- StreamingCharsetDecoder
A Utf8 -> Utf16 (= Java char) decoder.
 
This decoder is based on the one of Bjoern Hoehrmann from https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ (MIT License).
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Utf8Decoder$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.engine.ws.StreamingCharsetDecoderdecode
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Utf8Decoder$public Utf8Decoder$()
 
- 
- 
Method Details- 
characterClassespublic byte[] characterClasses()
- 
statespublic byte[] states()
- 
create- Specified by:
- createin interface- StreamingCharsetDecoder
 
 
-