public interface BinaryHttpRequest
extends io.netty.handler.codec.http.HttpRequest
HttpRequest for
Binary Representation of HTTP Messages.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
authority()
Returns the authority used.
|
java.lang.String |
scheme()
Returns the scheme used.
|
BinaryHttpRequest |
setMethod(io.netty.handler.codec.http.HttpMethod httpMethod) |
BinaryHttpRequest |
setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion) |
BinaryHttpRequest |
setUri(java.lang.String s) |
getMethod, getUri, method, urijava.lang.String scheme()
java.lang.String authority()
BinaryHttpRequest setMethod(io.netty.handler.codec.http.HttpMethod httpMethod)
setMethod in interface io.netty.handler.codec.http.HttpRequestBinaryHttpRequest setUri(java.lang.String s)
setUri in interface io.netty.handler.codec.http.HttpRequestBinaryHttpRequest setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion)
setProtocolVersion in interface io.netty.handler.codec.http.HttpMessagesetProtocolVersion in interface io.netty.handler.codec.http.HttpRequestCopyright © 2023-2024 The Netty Project. All Rights Reserved.