Package org.eclipse.actf.util.httpproxy.core

This package includes core interfaces of ACTF HTTP proxy.

See:
          Description

Interface Summary
IBufferRange Interface for keeping start position and length of target content
IClientConnection A connection with client.
IHTTPHeader HTTP header information of a HTTP request/request message.
IHTTPMessage A HTTP request/response message.
IHTTPRequestMessage A HTTP request message.
IHTTPResponseMessage A HTTP response message.
IHTTPResponsePushbackMessage A HTTP response message which can provide IPushbackMessageBody.
IMessageBody Body of a HTTP request/response message.
IPushbackMessageBody Body of a HTTP request/response message which can provide PushbackInputStream.
 

Exception Summary
TimeoutException This exception is thrown when an operation (e.g. read and write) did not completes within a specific time.
 

Package org.eclipse.actf.util.httpproxy.core Description

This package includes core interfaces of ACTF HTTP proxy.