public interface FullHttpRequest extends HttpRequest, FullHttpMessage
HttpRequest and FullHttpMessage, so the request is a complete HTTP
request.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullHttpRequest |
copy()
Create a deep copy of this
ByteBufHolder. |
FullHttpRequest |
retain()
Increases the reference count by
1. |
FullHttpRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
FullHttpRequest |
setMethod(HttpMethod method)
Set the
HttpMethod of this HttpRequest. |
FullHttpRequest |
setProtocolVersion(HttpVersion version)
Set the protocol version of this
HttpMessage |
FullHttpRequest |
setUri(java.lang.String uri)
Set the requested URI (or alternatively, path)
|
getMethod, getUrigetProtocolVersion, headerstrailingHeadersduplicategetDecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpRequest copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface FullHttpMessagecopy in interface HttpContentcopy in interface LastHttpContentFullHttpRequest retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface FullHttpMessageretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedFullHttpRequest retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface FullHttpMessageretain in interface HttpContentretain in interface LastHttpContentretain in interface ReferenceCountedFullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion in interface HttpMessagesetProtocolVersion in interface HttpRequestFullHttpRequest setMethod(HttpMethod method)
HttpRequestHttpMethod of this HttpRequest.setMethod in interface HttpRequestFullHttpRequest setUri(java.lang.String uri)
HttpRequestsetUri in interface HttpRequestCopyright © 2008–2018 The Netty Project. All rights reserved.