Uses of Interface
org.eclipse.actf.util.httpproxy.core.IMessageBody

Packages that use IMessageBody
org.eclipse.actf.util.httpproxy.core This package includes core interfaces of ACTF HTTP proxy. 
 

Uses of IMessageBody in org.eclipse.actf.util.httpproxy.core
 

Subinterfaces of IMessageBody in org.eclipse.actf.util.httpproxy.core
 interface IPushbackMessageBody
          Body of a HTTP request/response message which can provide PushbackInputStream.
 

Methods in org.eclipse.actf.util.httpproxy.core that return IMessageBody
 IMessageBody IHTTPMessage.getMessageBody()
          Gets the body of this HTTP message.
 

Methods in org.eclipse.actf.util.httpproxy.core with parameters of type IMessageBody
 void IHTTPMessage.writeBody(long timeout, IMessageBody msgBody, OutputStream out)
          Writes the message body to the specified output stream.