List of usage examples for io.netty.handler.codec.http HttpContent interface-usage
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.advantageous.conekt.http.impl.AssembledHttpResponse.java
/**
* Helper wrapper class which allows to assemble a HttpContent and a HttpResponse 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.jsync.http.impl.AssembledHttpResponse.java
/**
* Helper wrapper class which allows to assemble a HttpContent and a HttpResponse 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 io.vertx.core.http.impl.AssembledHttpResponse.java
/**
* Helper wrapper class which allows to assemble a HttpContent and a HttpResponse 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.PartialHttpResponse.java
/**
* Helper wrapper class which allows to assemble an HttpContent and a HttpResponse into one "packet" and so more
* efficient write it through the pipeline.
*
* @author <a href="mailto:julien@julienviet.com">Julien Viet</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>
*/
From source file org.vertx.java.core.http.impl.AssembledHttpResponse.java
/**
* Helper wrapper class which allows to assemble a HttpContent and a HttpResponse into one "packet" and so more
* efficient write it through the pipeline.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*/