Package org.zalando.logbook
Interface ForwardingHttpMessage
- All Superinterfaces:
HttpMessage
- All Known Subinterfaces:
ForwardingHttpRequest,ForwardingHttpResponse
-
Method Details
-
delegate
HttpMessage delegate() -
getProtocolVersion
- Specified by:
getProtocolVersionin interfaceHttpMessage
-
getOrigin
- Specified by:
getOriginin interfaceHttpMessage
-
getHeaders
- Specified by:
getHeadersin interfaceHttpMessage
-
getContentType
- Specified by:
getContentTypein interfaceHttpMessage
-
getCharset
- Specified by:
getCharsetin interfaceHttpMessage
-
getBody
- Specified by:
getBodyin interfaceHttpMessage- Throws:
IOException
-
getBodyAsString
- Specified by:
getBodyAsStringin interfaceHttpMessage- Throws:
IOException
-