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

Packages that use org.eclipse.actf.util.httpproxy.core
org.eclipse.actf.util.httpproxy.core This package includes core interfaces of ACTF HTTP proxy. 
org.eclipse.actf.util.httpproxy.proxy This package includes interfaces to manage sessions of ACTF HTTP proxy. 
org.eclipse.actf.util.httpproxy.util This package includes utilities for ACTF HTTP proxy. 
 

Classes in org.eclipse.actf.util.httpproxy.core used by org.eclipse.actf.util.httpproxy.core
IBufferRange
          Interface for keeping start position and length of target content
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.
IMessageBody
          Body of a HTTP request/response message.
IPushbackMessageBody
          Body of a HTTP request/response message which can provide PushbackInputStream.
TimeoutException
          This exception is thrown when an operation (e.g. read and write) did not completes within a specific time.
 

Classes in org.eclipse.actf.util.httpproxy.core used by org.eclipse.actf.util.httpproxy.proxy
IClientConnection
          A connection with client.
IHTTPRequestMessage
          A HTTP request message.
IHTTPResponseMessage
          A HTTP response message.
TimeoutException
          This exception is thrown when an operation (e.g. read and write) did not completes within a specific time.
 

Classes in org.eclipse.actf.util.httpproxy.core used by org.eclipse.actf.util.httpproxy.util
IHTTPRequestMessage
          A HTTP request message.
IHTTPResponseMessage
          A HTTP response message.
IHTTPResponsePushbackMessage
          A HTTP response message which can provide IPushbackMessageBody.