svvitch
digital signage player
BasePartHandler Class Reference

マルチパート処理クラス. More...

#include <HTTPServerBase.h>

List of all members.

Public Member Functions

 BasePartHandler ()
 コンストラクタ
virtual ‾BasePartHandler ()
 デストラクタ
void handlePart (const MessageHeader &header, std::istream &stream)
 パートの処理を行います.

Private Attributes

Poco::Logger & _log

Detailed Description

マルチパート処理クラス.

フォームのマルチパートを処理します

Definition at line 37 of file HTTPServerBase.h.


Constructor & Destructor Documentation

コンストラクタ

Definition at line 32 of file HTTPServerBase.cpp.


Member Function Documentation

void BasePartHandler::handlePart ( const MessageHeader &  header,
std::istream &  stream 
)

パートの処理を行います.

コンテンツのパートであれば、uploadsディレクトリに出力します。

Definition at line 40 of file HTTPServerBase.cpp.

BasePartHandler::‾BasePartHandler ( ) [virtual]

デストラクタ

Definition at line 36 of file HTTPServerBase.cpp.


Member Data Documentation

Poco::Logger& BasePartHandler::_log [private]

Definition at line 39 of file HTTPServerBase.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines