Class NullAppendable
java.lang.Object
org.eclipse.jetty.util.Utf8Appendable
org.eclipse.jetty.websocket.core.internal.NullAppendable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.Utf8Appendable
Utf8Appendable.NotUtf8Exception
-
Field Summary
Fields inherited from class org.eclipse.jetty.util.Utf8Appendable
_appendable, _state, LOG, REPLACEMENT, REPLACEMENT_UTF8
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.util.Utf8Appendable
append, append, append, append, append, append, append, append, appendByte, checkState, isUtf8SequenceComplete, reset, takePartialString, toReplacedString
-
Constructor Details
-
NullAppendable
public NullAppendable()
-
-
Method Details
-
length
public int length()- Specified by:
length
in classUtf8Appendable
-
getPartialString
- Specified by:
getPartialString
in classUtf8Appendable
- Returns:
- The UTF8 so far decoded, ignoring partial code points
-