Example usage for io.netty.handler.codec.http DefaultLastHttpContent subclass-usage

List of usage examples for io.netty.handler.codec.http DefaultLastHttpContent subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http DefaultLastHttpContent subclass-usage.

Usage

From source file org.wso2.carbon.transport.http.netty.message.EmptyLastHttpContent.java

/**
 * Class to mark the empty content added while getting the full message body for cloning
 */
public class EmptyLastHttpContent extends DefaultLastHttpContent {

    public EmptyLastHttpContent() {