Package org.playframework.netty.http
Class DelegateHttpMessage
- java.lang.Object
-
- org.playframework.netty.http.DelegateHttpMessage
-
- All Implemented Interfaces:
io.netty.handler.codec.DecoderResultProvider,io.netty.handler.codec.http.HttpMessage,io.netty.handler.codec.http.HttpObject
- Direct Known Subclasses:
DelegateHttpRequest,DelegateHttpResponse
class DelegateHttpMessage extends java.lang.Object implements io.netty.handler.codec.http.HttpMessage
-
-
Field Summary
Fields Modifier and Type Field Description protected io.netty.handler.codec.http.HttpMessagemessage
-
Constructor Summary
Constructors Constructor Description DelegateHttpMessage(io.netty.handler.codec.http.HttpMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.netty.handler.codec.DecoderResultdecoderResult()io.netty.handler.codec.DecoderResultgetDecoderResult()Deprecated.io.netty.handler.codec.http.HttpVersiongetProtocolVersion()Deprecated.io.netty.handler.codec.http.HttpHeadersheaders()io.netty.handler.codec.http.HttpVersionprotocolVersion()voidsetDecoderResult(io.netty.handler.codec.DecoderResult result)io.netty.handler.codec.http.HttpMessagesetProtocolVersion(io.netty.handler.codec.http.HttpVersion version)java.lang.StringtoString()
-
-
-
Method Detail
-
getProtocolVersion
@Deprecated public io.netty.handler.codec.http.HttpVersion getProtocolVersion()
Deprecated.- Specified by:
getProtocolVersionin interfaceio.netty.handler.codec.http.HttpMessage
-
protocolVersion
public io.netty.handler.codec.http.HttpVersion protocolVersion()
- Specified by:
protocolVersionin interfaceio.netty.handler.codec.http.HttpMessage
-
setProtocolVersion
public io.netty.handler.codec.http.HttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion version)
- Specified by:
setProtocolVersionin interfaceio.netty.handler.codec.http.HttpMessage
-
headers
public io.netty.handler.codec.http.HttpHeaders headers()
- Specified by:
headersin interfaceio.netty.handler.codec.http.HttpMessage
-
getDecoderResult
@Deprecated public io.netty.handler.codec.DecoderResult getDecoderResult()
Deprecated.- Specified by:
getDecoderResultin interfaceio.netty.handler.codec.http.HttpObject
-
decoderResult
public io.netty.handler.codec.DecoderResult decoderResult()
- Specified by:
decoderResultin interfaceio.netty.handler.codec.DecoderResultProvider
-
setDecoderResult
public void setDecoderResult(io.netty.handler.codec.DecoderResult result)
- Specified by:
setDecoderResultin interfaceio.netty.handler.codec.DecoderResultProvider
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-