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 AppendableCharSequence
StompSubframeDecoder.Utf8LineParser. charSeq
Methods in io.netty.handler.codec.stomp that return AppendableCharSequence Modifier and Type Method Description (package private) AppendableCharSequence
StompSubframeDecoder.Utf8LineParser. charSequence()
private static AppendableCharSequence
StompSubframeEncoder. escapeBuilder(AppendableCharSequence builder, java.lang.CharSequence input, int offset)
(package private) AppendableCharSequence
StompSubframeDecoder.Utf8LineParser. parse(ByteBuf byteBuf)
Methods in io.netty.handler.codec.stomp with parameters of type AppendableCharSequence Modifier and Type Method Description protected void
StompSubframeDecoder.HeaderParser. appendTo(AppendableCharSequence charSeq, char chr)
protected void
StompSubframeDecoder.Utf8LineParser. appendTo(AppendableCharSequence charSeq, char chr)
private static AppendableCharSequence
StompSubframeEncoder. 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 AppendableCharSequence
AppendableCharSequence. append(char c)
AppendableCharSequence
AppendableCharSequence. append(java.lang.CharSequence csq)
AppendableCharSequence
AppendableCharSequence. append(java.lang.CharSequence csq, int start, int end)
AppendableCharSequence
AppendableCharSequence. subSequence(int start, int end)
-