Interface | Description |
---|---|
BasicHTTPService |
Interface for generic HTTP server implementation to be used in the Universa project.
|
BasicHTTPService.BinderHandler | |
BasicHTTPService.FileUpload |
A parameter for
BasicHTTPService.Request.getParams() representing fileupload arguments |
BasicHTTPService.Handler |
Handler for HTTP requests.
|
BasicHTTPService.Request | |
BasicHTTPService.RequestPreprocessor | |
BasicHTTPService.Response |
HTTP response abstraction
|