Package | Description |
---|---|
org.eclipse.actf.util.httpproxy.core |
This package includes core interfaces of ACTF HTTP proxy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPushbackMessageBody
Body of a HTTP request/response message which can provide
PushbackInputStream . |
Modifier and Type | Method and Description |
---|---|
IMessageBody |
IHTTPMessage.getMessageBody()
Gets the body of this HTTP message.
|
Modifier and Type | Method and Description |
---|---|
void |
IHTTPMessage.writeBody(long timeout,
IMessageBody msgBody,
OutputStream out)
Writes the message body to the specified output stream.
|