Uses of Class
seda.sandStorm.lib.http.httpConnection

Packages that use httpConnection
seda.sandStorm.lib.http   
 

Uses of httpConnection in seda.sandStorm.lib.http
 

Methods in seda.sandStorm.lib.http that return httpConnection
 httpConnection httpRequest.getConnection()
          Return the corresponding HTTP connection.
 httpConnection httpResponder.getConnection()
          Return the connection for this responder.
 

Methods in seda.sandStorm.lib.http with parameters of type httpConnection
(package private)  void httpServer.cleanupConnection(httpConnection hc)
           
 

Constructors in seda.sandStorm.lib.http with parameters of type httpConnection
httpPacketReader(httpConnection conn, SinkIF compQ)
          Create an httpPacketReader with the given httpConnection and completion queue.
httpRequest(httpConnection conn, java.lang.String requestStr, java.lang.String url, int httpver, java.util.Vector header)
          Package-internal: Create an httpRequest from the given connection, request string, URL, HTTP version, and header.
httpResponder(httpResponse resp, httpConnection conn, boolean closeConnection, boolean sendHeader)
          Create an httpResponder with the given response and connection.
httpResponder(httpResponse resp, httpConnection conn, boolean closeConnection)
          Create an httpResponder with the given response and connection.
httpResponder(httpResponse resp, httpConnection conn)
          Create an httpResponder with the given response and connection.