Example usage for org.apache.http.nio.reactor SessionBufferStatus interface-usage

List of usage examples for org.apache.http.nio.reactor SessionBufferStatus interface-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.reactor SessionBufferStatus interface-usage.

Usage

From source file com.ok2c.lightmtp.impl.protocol.SMTPBuffers.java

public class SMTPBuffers implements SessionBufferStatus {

    private final static int BUF_SIZE = 8 * 1024;
    private final static int LINE_SIZE = 1 * 1024;

    private final SMTPInputBuffer inbuf;