| Package | Description |
|---|---|
| com.predic8.membrane.core.exchange.snapshots | |
| com.predic8.membrane.core.http | |
| com.predic8.membrane.core.transport.http |
| Modifier and Type | Method and Description |
|---|---|
AbstractBody |
MessageSnapshot.convertBody() |
| Modifier and Type | Class and Description |
|---|---|
class |
Body
A message body (streaming, if possible).
|
class |
ChunkedBody
Reads the body with "Transfer-Encoding: chunked".
|
class |
EmptyBody |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBody |
Message.body |
| Modifier and Type | Method and Description |
|---|---|
AbstractBody |
Message.getBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageObserver.bodyComplete(AbstractBody body)
Notification that the body has fully been received.
|
void |
AbstractMessageObserver.bodyComplete(AbstractBody body) |
void |
MessageObserver.bodyRequested(AbstractBody body) |
void |
AbstractMessageObserver.bodyRequested(AbstractBody body) |
int |
Chunk.copyChunkLength(byte[] raw,
int destPos,
AbstractBody body) |
void |
Message.setBody(AbstractBody b)
Sets the body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.bodyComplete(AbstractBody body) |
void |
Connection.bodyRequested(AbstractBody body) |
Copyright © 2022. All Rights Reserved.