Example usage for io.netty.handler.stream ChunkedFile subclass-usage

List of usage examples for io.netty.handler.stream ChunkedFile subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.stream ChunkedFile subclass-usage.

Usage

From source file org.apache.tajo.pullserver.FadvisedChunkedFile.java

public class FadvisedChunkedFile extends ChunkedFile {

    private static final Log LOG = LogFactory.getLog(FadvisedChunkedFile.class);

    private final boolean manageOsCache;
    private final int readaheadLength;