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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Utf8Decoder$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.impl.engine.ws.StreamingCharsetDecoder
decode
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Utf8Decoder$
public Utf8Decoder$()
-
-
Method Details
-
characterClasses
public byte[] characterClasses() -
states
public byte[] states() -
create
- Specified by:
create
in interfaceStreamingCharsetDecoder
-