Uses of Class
io.netty.util.internal.AppendableCharSequence
Packages that use AppendableCharSequence
Package
Description
STOMP codec
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of AppendableCharSequence in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as AppendableCharSequenceModifier and TypeFieldDescriptionprivate final AppendableCharSequenceStompSubframeDecoder.Utf8LineParser.charSeqMethods in io.netty.handler.codec.stomp that return AppendableCharSequenceModifier and TypeMethodDescription(package private) AppendableCharSequenceStompSubframeDecoder.Utf8LineParser.charSequence()private static AppendableCharSequenceStompSubframeEncoder.escapeBuilder(AppendableCharSequence builder, CharSequence input, int offset) (package private) AppendableCharSequenceMethods in io.netty.handler.codec.stomp with parameters of type AppendableCharSequenceModifier and TypeMethodDescriptionprotected voidStompSubframeDecoder.HeaderParser.appendTo(AppendableCharSequence charSeq, char chr) protected voidStompSubframeDecoder.Utf8LineParser.appendTo(AppendableCharSequence charSeq, char chr) private static AppendableCharSequenceStompSubframeEncoder.escapeBuilder(AppendableCharSequence builder, CharSequence input, int offset) Constructors in io.netty.handler.codec.stomp with parameters of type AppendableCharSequenceModifierConstructorDescription(package private)HeaderParser(AppendableCharSequence charSeq, int maxLineLength, boolean validateHeaders) (package private)Utf8LineParser(AppendableCharSequence charSeq, int maxLineLength) -
Uses of AppendableCharSequence in io.netty.util.internal
Methods in io.netty.util.internal that return AppendableCharSequenceModifier and TypeMethodDescriptionAppendableCharSequence.append(char c) AppendableCharSequence.append(CharSequence csq) AppendableCharSequence.append(CharSequence csq, int start, int end) AppendableCharSequence.subSequence(int start, int end)