Java io.netty.handler.codec Delimiters fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec Delimiters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec Delimiters.

The text is from its open source code.

Method

ByteBuf[]lineDelimiter()
Returns CR ('\r') and LF ('\n') delimiters, which could be used for text-based line protocols.
ByteBuf[]nulDelimiter()
Returns a NUL (0x00) delimiter, which could be used for Flash XML socket or any similar protocols.