DUNE: Uniform Navigational Environment
2.6.0-rc4
|
Public Member Functions | |
Session (DUNE::Tasks::Task *task, const DUNE::FileSystem::Path &root, DUNE::Network::TCPSocket *sock, const DUNE::Network::Address &local_addr, double timeout) | |
~Session (void) | |
Public Member Functions inherited from DUNE::Concurrency::Thread | |
Thread (void) | |
virtual | ~Thread (void) |
int | getProcessorUsage (void) |
Public Member Functions inherited from DUNE::Concurrency::Runnable | |
Runnable (void) | |
virtual | ~Runnable (void) |
void | start (void) |
void | stop (void) |
void | join (void) |
void | stopAndJoin (void) |
void | setPriority (Scheduler::Policy policy, unsigned priority) |
State | getState (void) |
bool | isCreated (void) |
bool | isStopping (void) |
bool | isRunning (void) |
bool | isStarting (void) |
bool | isDead (void) |
Additional Inherited Members | |
Public Types inherited from DUNE::Concurrency::Runnable | |
enum | State { StateStarting, StateRunning, StateStopping, StateDead, StateUnknown } |
Protected Member Functions inherited from DUNE::Concurrency::Thread | |
void | startImpl (void) |
void | stopImpl (void) |
void | joinImpl (void) |
void | setPriorityImpl (Scheduler::Policy policy, unsigned priority) |
Transports::FTP::Session::Session | ( | DUNE::Tasks::Task * | task, |
const DUNE::FileSystem::Path & | root, | ||
DUNE::Network::TCPSocket * | sock, | ||
const DUNE::Network::Address & | local_addr, | ||
double | timeout | ||
) |
Transports::FTP::Session::~Session | ( | void | ) |