TcpDecoder.setMaxLineLength

Sets the allowed maximum size of the line to be decoded. If the size of the line to be decoded exceeds this value, the decoder will throw a {@link BufferDataException}. The default value is <tt>1024</tt> (1KB).

@param maxLineLength The maximum line length

class TcpDecoder
void
setMaxLineLength

Meta