Uses of Class
org.eclipse.actf.util.httpproxy.core.TimeoutException

Packages that use TimeoutException
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. 
 

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

Methods in org.eclipse.actf.util.httpproxy.core that throw TimeoutException
 void IClientConnection.allowTunnel(IHTTPRequestMessage req, org.eclipse.actf.util.internal.httpproxy.core.ServerConnection sc, long timeout)
          Allow to establish tunnel for connect request
 byte[] IHTTPResponsePushbackMessage.readBody(long timeout, boolean pushback)
          Reads the body of this message and returns it as an array of bytes.
 void IClientConnection.rejectTunnel(IHTTPRequestMessage req, long timeout)
          Reject to establish tunnel for connect request
 void IClientConnection.sendResponse(long timeout, IHTTPResponseMessage response)
          Send a HTTP response message to the client.
 void IClientConnection.sendResponse(long timeout, IHTTPResponseMessage response, boolean readyToHandleRequest)
          Send a HTTP response message to the client.
 void IHTTPMessage.write(long timeout, OutputStream out)
          Writes this message (headers and message body) to the specified output stream.
 void IHTTPMessage.writeBody(long timeout, IMessageBody msgBody, OutputStream out)
          Writes the message body to the specified output stream.
 

Uses of TimeoutException in org.eclipse.actf.util.httpproxy.proxy
 

Methods in org.eclipse.actf.util.httpproxy.proxy that throw TimeoutException
 boolean IHTTPSessionOverrider.replaceResponse(IClientStateManager csm, IHTTPRequestMessage request, IHTTPResponseMessage response, int timeout)