| Context |
This class represents a standard web context that can be published
|
| Cookie |
|
| Cookie2 |
|
| EnumContext |
This kind of context publish the enums of the system.
|
| FolderContext |
This class publish some local folder in the web environment.
|
| FormUrlEncodedDecoder |
This layer implementation contains the logic to decode a body
using the form url encoding standard method, that correspond with
the content type header 'application/x-www-form-urlencoded'
|
| HttpClient |
Client to invoke some http server.
|
| HttpHeader |
This class represents a http header and contains all
the components of the headers.
|
| HttpPackage |
This class represents all the king of packages between server and
client side in a http communication.
|
| HttpPackage.ChunkedDecoderLayer |
This decoder implementation resolve the chunked encoding method for http.
|
| HttpRequest |
This particular kind of package contains the request information.
|
| HttpRequest.AttachFile |
This class represents a file attached into the request.
|
| HttpResponse |
This class represents a http response package.
|
| HttpResponseCode.DefaultPhrase |
|
| HttpServer |
Implementation of the net service that provides the http protocol server.
|
| HttpServer.AccessControl |
|
| HttpServer.ContextMatcher |
|
| HttpSession |
Net session implementation for the http protocol
|
| HttpSessionManager.DefaultHttpSessionManager |
This class is a default session factory implementation.
|
| HttpsServer |
|
| MultipartFormDataDecoder |
This layer implementation contains the logic to decode a body
using the form url encoding standard method, that correspond with
the content type header 'multipart/form-data'
|
| RestContext |
This class provides an abstraction to implements a simple rest end point that
join any rest rule with some layer implementation.
|