Class Utf8Decoder
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Utf8Decoder
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
- 
Constructor Details- 
Utf8Decoderpublic Utf8Decoder()
 
- 
- 
Method Details- 
characterClassespublic static byte[] characterClasses()
- 
statespublic static byte[] states()
- 
create
- 
decode
 
-