Uses of Class
io.netty.util.internal.AppendableCharSequence
-
Packages that use AppendableCharSequence Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.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.http
Fields in io.netty.handler.codec.http declared as AppendableCharSequence Modifier and Type Field Description private AppendableCharSequenceHttpObjectDecoder.HeaderParser. seqMethods in io.netty.handler.codec.http that return AppendableCharSequence Modifier and Type Method Description AppendableCharSequenceHttpObjectDecoder.HeaderParser. parse(ByteBuf buffer)AppendableCharSequenceHttpObjectDecoder.LineParser. parse(ByteBuf buffer)Methods in io.netty.handler.codec.http with parameters of type AppendableCharSequence Modifier and Type Method Description private static intHttpObjectDecoder. findEndOfString(AppendableCharSequence sb)private static intHttpObjectDecoder. findNonSPLenient(AppendableCharSequence sb, int offset)private static intHttpObjectDecoder. findNonWhitespace(AppendableCharSequence sb, int offset, boolean validateOWS)private static intHttpObjectDecoder. findSPLenient(AppendableCharSequence sb, int offset)private voidHttpObjectDecoder. splitHeader(AppendableCharSequence sb)private static java.lang.String[]HttpObjectDecoder. splitInitialLine(AppendableCharSequence sb)Constructors in io.netty.handler.codec.http with parameters of type AppendableCharSequence Constructor Description HeaderParser(AppendableCharSequence seq, int maxLength)LineParser(AppendableCharSequence seq, int maxLength) -
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()(package private) AppendableCharSequenceStompSubframeDecoder.Utf8LineParser. parse(ByteBuf byteBuf)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)
-