public abstract class HttpMessage extends Message
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpMessage.AbstractBuilder<R extends HttpMessage,B extends HttpMessage.AbstractBuilder<R,B>> |
| Modifier and Type | Method and Description |
|---|---|
MessageBody |
bodyDecoded()
The HTTP payload with Content-Encoding decoded.
|
body, contentType, headers, serializeHeader, versionpublic MessageBody bodyDecoded() throws IOException
IOExceptionCopyright © 2024. All rights reserved.