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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

HttpMethodgetMethod()
HttpVersiongetProtocolVersion()
StringgetUri()
HttpHeadersheaders()
Returns the headers of this message.
HttpMethodmethod()
Returns the HttpMethod of this HttpRequest .
HttpVersionprotocolVersion()
Returns the protocol version of this HttpMessage
HttpRequestsetMethod(HttpMethod method)
Set the HttpMethod of this HttpRequest .
HttpRequestsetUri(String uri)
Set the requested URI (or alternatively, path)
Stringuri()
Returns the requested URI (or alternatively, path)