Example usage for io.netty.handler.codec.http HttpRequest interface-usage

List of usage examples for io.netty.handler.codec.http HttpRequest interface-usage

Introduction

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

Usage

From source file com.barchart.http.request.ServerRequest.java

/**
 * Information about an inbound request.
 */
@ProviderType
public interface ServerRequest extends ServerMessage, HttpRequest {

From source file com.barchart.netty.server.http.request.HttpServerRequest.java

/**
 * Information about an inbound request.
 */
public interface HttpServerRequest extends HttpServerMessage, HttpRequest {

    /* Request metadata */

From source file com.twitter.http2.HttpRequestProxy.java

/**
 * An {@link HttpRequest} decorator.
 */
class HttpRequestProxy extends HttpMessageProxy implements HttpRequest {

    private final HttpRequest request;

From source file io.advantageous.conekt.http.impl.AssembledHttpRequest.java

/**
 * Helper wrapper class which allows to assemble a HttpContent and a HttpRequest into one "packet" and so more
 * efficient write it through the pipeline.
 *
 * @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
 */

From source file io.jsync.http.impl.AssembledHttpRequest.java

/**
 * Helper wrapper class which allows to assemble a HttpContent and a HttpRequest into one "packet" and so more
 * efficient write it through the pipeline.
 *
 * @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
 */

From source file io.vertx.core.http.impl.AssembledHttpRequest.java

/**
 * Helper wrapper class which allows to assemble a HttpContent and a HttpRequest into one "packet" and so more
 * efficient write it through the pipeline.
 *
 * @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
 */

From source file org.vertx.java.core.http.impl.AssembledHttpRequest.java

/**
 * Helper wrapper class which allows to assemble a HttpContent and a HttpRequest into one "packet" and so more
 * efficient write it through the pipeline.
 *
 * @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
 */