Example usage for io.netty.util ByteProcessor interface-usage

List of usage examples for io.netty.util ByteProcessor interface-usage

Introduction

In this page you can find the example usage for io.netty.util ByteProcessor interface-usage.

Usage

From source file io.reactiverse.pgclient.impl.codec.util.UTF8StringEndDetector.java

/**
 * A processor that detects the end of a well formed UTF8 string, starting end ending with a {@code "}.
 * <p/>
 * It process all bytes until it finds the ending {@code "}.
 */
public class UTF8StringEndDetector implements ByteProcessor {