Java io.netty.handler.codec.http HttpResponse fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http HttpResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http HttpResponse.

The text is from its open source code.

Implementation

io.netty.handler.codec.http.HttpResponse has the following implementations.
Click this link to see all its implementation.

Method

HttpVersiongetProtocolVersion()
HttpResponseStatusgetStatus()
HttpHeadersheaders()
Returns the headers of this message.
HttpVersionprotocolVersion()
Returns the protocol version of this HttpMessage
HttpResponsesetStatus(HttpResponseStatus status)
Set the status of this HttpResponse .
HttpResponseStatusstatus()
Returns the status of this HttpResponse .