Uses of Class
io.netty.util.internal.AppendableCharSequence
-
Packages that use AppendableCharSequence Package Description io.netty.handler.codec.stomp STOMP codecio.netty.util.internal 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 AppendableCharSequence Modifier and Type Field Description private AppendableCharSequenceStompSubframeDecoder.Utf8LineParser. charSeqMethods in io.netty.handler.codec.stomp that return AppendableCharSequence Modifier and Type Method Description (package private) AppendableCharSequenceStompSubframeDecoder.Utf8LineParser. charSequence()private static AppendableCharSequenceStompSubframeEncoder. escapeBuilder(AppendableCharSequence builder, java.lang.CharSequence input, int offset)(package private) AppendableCharSequenceStompSubframeDecoder.Utf8LineParser. parse(ByteBuf byteBuf)Methods in io.netty.handler.codec.stomp with parameters of type AppendableCharSequence Modifier and Type Method Description protected voidStompSubframeDecoder.HeaderParser. appendTo(AppendableCharSequence charSeq, char chr)protected voidStompSubframeDecoder.Utf8LineParser. appendTo(AppendableCharSequence charSeq, char chr)private static AppendableCharSequenceStompSubframeEncoder. escapeBuilder(AppendableCharSequence builder, java.lang.CharSequence input, int offset)Constructors in io.netty.handler.codec.stomp with parameters of type AppendableCharSequence Constructor Description HeaderParser(AppendableCharSequence charSeq, int maxLineLength, boolean validateHeaders)Utf8LineParser(AppendableCharSequence charSeq, int maxLineLength) -
Uses of AppendableCharSequence in io.netty.util.internal
Methods in io.netty.util.internal that return AppendableCharSequence Modifier and Type Method Description AppendableCharSequenceAppendableCharSequence. append(char c)AppendableCharSequenceAppendableCharSequence. append(java.lang.CharSequence csq)AppendableCharSequenceAppendableCharSequence. append(java.lang.CharSequence csq, int start, int end)AppendableCharSequenceAppendableCharSequence. subSequence(int start, int end)
-