Package | Description |
---|---|
com.predic8.membrane.core.http | |
com.predic8.membrane.core.multipart | |
com.predic8.membrane.core.util |
Modifier and Type | Method and Description |
---|---|
void |
Response.parseStartLine(InputStream in) |
void |
Request.parseStartLine(InputStream in) |
protected abstract void |
Message.parseStartLine(InputStream in) |
void |
Response.read(InputStream in,
boolean createBody) |
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.
|
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 |
---|---|
static String |
HttpUtil.readLine(InputStream in) |
Copyright © 2012. All Rights Reserved.