Package org.glassfish.grizzly.websockets
Class StrictUtf8
java.lang.Object
java.nio.charset.Charset
org.glassfish.grizzly.websockets.StrictUtf8
- All Implemented Interfaces:
Comparable<Charset>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classstatic classSurrogate parsing support. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
StrictUtf8
public StrictUtf8()
-
-
Method Details
-
newDecoder
- Specified by:
newDecoderin classCharset
-
newEncoder
- Specified by:
newEncoderin classCharset
-
contains
-
lowSurrogate
public static char lowSurrogate(int codePoint)
-