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 AppendableCharSequence
StompSubframeDecoder.Utf8LineParser.charSeq
Methods in io.netty.handler.codec.stomp that return AppendableCharSequenceModifier and TypeMethodDescription(package private) AppendableCharSequence
StompSubframeDecoder.Utf8LineParser.charSequence()
private static AppendableCharSequence
StompSubframeEncoder.escapeBuilder
(AppendableCharSequence builder, CharSequence input, int offset) (package private) AppendableCharSequence
Methods in io.netty.handler.codec.stomp with parameters of type AppendableCharSequenceModifier and TypeMethodDescriptionprotected void
StompSubframeDecoder.HeaderParser.appendTo
(AppendableCharSequence charSeq, char chr) protected void
StompSubframeDecoder.Utf8LineParser.appendTo
(AppendableCharSequence charSeq, char chr) private static AppendableCharSequence
StompSubframeEncoder.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)