|
enum | UploadState { UPLOAD_STARTING,
UPLOAD_PROGRESS,
UPLOAD_FINISHED
} |
|
|
| PostUploadEventArgs (ServerEventArgs &evt, const std::string &postId, const std::string &formFieldName, const std::string &originalFilename, const std::string &filename, const Poco::Net::MediaType &contentType, uint64_t numBytesTransferred, UploadState state) |
|
const std::string & | getFormFieldName () const |
|
const std::string & | getOriginalFilename () const |
|
const std::string & | getFilename () const |
|
const Poco::Net::MediaType & | getFileType () const |
|
uint64_t | getNumBytesTransferred () const |
|
UploadState | getState () const |
|
| BasePostEventArgs (ServerEventArgs &e, const std::string &postId) |
|
virtual | ~BasePostEventArgs () |
| Destroy the BasePostEventArgs.
|
|
const std::string & | getPostId () const |
| The post id. More...
|
|
| ServerEventArgs (Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &response, AbstractSession &session) |
| Construct the ServerEventArgs. More...
|
|
virtual | ~ServerEventArgs () |
| Destroy the ServerEventArgs.
|
|
Poco::Net::HTTPServerRequest & | request () |
| Get the Poco::Net::HTTPServerRequest. More...
|
|
Poco::Net::HTTPServerResponse & | response () |
| Get the Poco::Net::HTTPServerResponse. More...
|
|
AbstractSession & | session () |
| Get the session associated with this event. More...
|
|
The documentation for this class was generated from the following file: