Search Java Classes and Packages
Search Java Frameworks and Libraries
#Seda.sandStorm.lib.http Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| httpBadRequestResponse | An httpResponse corresponding to a '404 Bad Request' (i. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpConnection | This class represents a single HTTP connection. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpConst | This interface defines various constants used by the HTTP protocol implementation. | Interface | seda.sandStorm.lib.http | BouncyCastle |
|
| httpInternalServerErrorResponse | An httpResponse corresponding to a '500 Internal Server Error' Use httpNotFoundResponse for a '404 Not Found'. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpNotFoundResponse | An httpResponse corresponding to a '404 Not Found' error. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpOKResponse | An httpResponse corresponding to a '200 OK' response. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpPacketReader | | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpRedirectResponse | An httpResponse corresponding to a '301 Moved Permanently' response. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpRequest | This class represents a single HTTP client request. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpResponder | This class is used to wrap an HTTP response along with the connection which it is destined for. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpResponse | This is an abstract class corresponding to an HTTP response. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpServer | An httpServer is a SandStorm stage which accepts incoming HTTP connections. | Class | seda.sandStorm.lib.http | BouncyCastle |
|
| httpServiceUnavailableResponse | An httpResponse corresponding to a '503 Service Unavailable' error. | Class | seda.sandStorm.lib.http | BouncyCastle |