|
IBR-DTNSuite
0.8
|
#include <ManagementConnection.h>


Public Member Functions | |
| ManagementConnection (ClientHandler &client, ibrcommon::tcpstream &stream) | |
| virtual | ~ManagementConnection () |
| void | run () |
| void | finally () |
| void | setup () |
| void | __cancellation () |
Definition at line 17 of file ManagementConnection.h.
| dtn::api::ManagementConnection::ManagementConnection | ( | ClientHandler & | client, |
| ibrcommon::tcpstream & | stream | ||
| ) |
Definition at line 24 of file ManagementConnection.cpp.
| dtn::api::ManagementConnection::~ManagementConnection | ( | ) | [virtual] |
Definition at line 29 of file ManagementConnection.cpp.
| void dtn::api::ManagementConnection::__cancellation | ( | ) | [virtual] |
Implements dtn::api::ProtocolHandler.
Definition at line 71 of file ManagementConnection.cpp.
| void dtn::api::ManagementConnection::finally | ( | void | ) | [virtual] |
Implements dtn::api::ProtocolHandler.
Definition at line 63 of file ManagementConnection.cpp.
| void dtn::api::ManagementConnection::run | ( | void | ) | [virtual] |
Implements dtn::api::ProtocolHandler.
Definition at line 33 of file ManagementConnection.cpp.
References dtn::api::ProtocolHandler::_stream, dtn::api::ClientHandler::API_STATUS_OK, and dtn::utils::Utils::tokenize().

| void dtn::api::ManagementConnection::setup | ( | void | ) | [virtual] |
Reimplemented from dtn::api::ProtocolHandler.
Definition at line 67 of file ManagementConnection.cpp.