BALL::VIEW::FetchHTMLThread Class Reference
#include <BALL/VIEW/KERNEL/threads.h>
List of all members.
Detailed Description
Thread to fetch a file over TCP network traffic. The result can either be stored in a file or in a stringstream. This is the default, if no filename is given.
Constructor & Destructor Documentation
BALL::VIEW::FetchHTMLThread::FetchHTMLThread |
( |
|
) |
|
Member Function Documentation
virtual void BALL::VIEW::FetchHTMLThread::abort |
( |
|
) |
[inline, virtual] |
const String& BALL::VIEW::FetchHTMLThread::getFilename |
( |
|
) |
const [inline] |
std::stringstream& BALL::VIEW::FetchHTMLThread::getStream |
( |
|
) |
[inline] |
TCPTransfer& BALL::VIEW::FetchHTMLThread::getTCPTransfer |
( |
|
) |
[inline] |
virtual void BALL::VIEW::FetchHTMLThread::run |
( |
|
) |
[virtual] |
void BALL::VIEW::FetchHTMLThread::setFilename |
( |
const String & |
file_name |
) |
[inline] |
void BALL::VIEW::FetchHTMLThread::setURL |
( |
const String & |
text |
) |
|
Member Data Documentation