public interface HttpMessageArgProvider
HttpMessage details.| Modifier and Type | Method and Description | 
|---|---|
default ByteBuf | 
content()
Return the data which is held by the  
HttpMessage. | 
default DecoderResult | 
decoderResult()
Returns the result of decoding the  
HttpMessage. | 
default HttpHeaders | 
headers()
Returns the request/response headers. 
 | 
HttpMessageType | 
httpMessageType()
Returns the  
HttpMessage type. | 
default String | 
method()
Returns the name of this method, (e.g. 
 | 
default String | 
protocol()
Returns the protocol version, (e.g. 
 | 
default String | 
status()
Returns the response status, (e.g. 
 | 
default HttpHeaders | 
trailingHeaders()
Returns the request/response trailing headers. 
 | 
default String | 
uri()
Returns the requested URI, (e.g. 
 | 
default ByteBuf content()
HttpMessage.HttpMessagedefault DecoderResult decoderResult()
HttpMessage.HttpMessagedefault HttpHeaders headers()
HttpMessageType httpMessageType()
HttpMessage type.HttpMessage typedefault String method()
default String protocol()
default String status()
default HttpHeaders trailingHeaders()
default String uri()