Uses of Interface
seda.sandStorm.lib.http.httpConst

Packages that use httpConst
seda.sandStorm.lib.http   
 

Uses of httpConst in seda.sandStorm.lib.http
 

Classes in seda.sandStorm.lib.http that implement httpConst
 class httpBadRequestResponse
          An httpResponse corresponding to a '404 Bad Request' (i.e.
 class httpConnection
          This class represents a single HTTP connection.
 class httpInternalServerErrorResponse
          An httpResponse corresponding to a '500 Internal Server Error' Use httpNotFoundResponse for a '404 Not Found'.
 class httpNotFoundResponse
          An httpResponse corresponding to a '404 Not Found' error.
 class httpOKResponse
          An httpResponse corresponding to a '200 OK' response.
(package private)  class httpPacketReader
          This is a package-internal class which reads HTTP request packets.
 class httpRedirectResponse
          An httpResponse corresponding to a '301 Moved Permanently' response.
 class httpRequest
          This class represents a single HTTP client request.
 class httpResponder
          This class is used to wrap an HTTP response along with the connection which it is destined for.
 class httpResponse
          This is an abstract class corresponding to an HTTP response.
 class httpServer
          An httpServer is a SandStorm stage which accepts incoming HTTP connections.
 class httpServiceUnavailableResponse
          An httpResponse corresponding to a '503 Service Unavailable' error.