| Package | Description |
|---|---|
| com.predic8.membrane.core.http | |
| com.predic8.membrane.core.multipart | |
| com.predic8.membrane.core.transport.http | |
| com.predic8.membrane.core.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.parseStartLine(InputStream in) |
protected abstract void |
Message.parseStartLine(InputStream in) |
void |
Response.parseStartLine(InputStream in) |
void |
Message.read(InputStream in,
boolean createBody)
If the message is HTTP 1.1 but the header has no information about the
content length, then an assumption is made that after the body the server
will send an EOF.
|
void |
Response.read(InputStream in,
boolean createBody) |
| Constructor and Description |
|---|
Header(InputStream in) |
Header(String header) |
| Modifier and Type | Method and Description |
|---|---|
Message |
XOPReconstitutor.getReconstitutedMessage(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHttpHandler.invokeHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpUtil.readLine(InputStream in) |
Copyright © 2022. All Rights Reserved.