IBR-DTN
1.0.0
|
#include <EventConnection.h>
Additional Inherited Members | |
![]() | |
ProtocolHandler (ClientHandler &client, ibrcommon::socketstream &stream) | |
![]() | |
ClientHandler & | _client |
ibrcommon::socketstream & | _stream |
Definition at line 41 of file EventConnection.h.
dtn::api::EventConnection::EventConnection | ( | ClientHandler & | client, |
ibrcommon::socketstream & | stream | ||
) |
Definition at line 31 of file EventConnection.cpp.
|
virtual |
Definition at line 36 of file EventConnection.cpp.
|
virtual |
Implements dtn::api::ProtocolHandler.
Definition at line 371 of file EventConnection.cpp.
|
virtual |
Implements dtn::api::ProtocolHandler.
Definition at line 358 of file EventConnection.cpp.
References dtn::core::EventDispatcher< E >::remove().
|
virtual |
Implements dtn::core::EventReceiver< dtn::core::NodeEvent >.
Definition at line 40 of file EventConnection.cpp.
References _running, dtn::core::NODE_AVAILABLE, dtn::core::NODE_DATA_ADDED, dtn::core::NODE_DATA_REMOVED, and dtn::core::NODE_UNAVAILABLE.
|
virtual |
Implements dtn::core::EventReceiver< dtn::core::GlobalEvent >.
Definition at line 76 of file EventConnection.cpp.
References _running, dtn::core::GlobalEvent::GLOBAL_BUSY, dtn::core::GlobalEvent::GLOBAL_IDLE, dtn::core::GlobalEvent::GLOBAL_INTERNET_AVAILABLE, dtn::core::GlobalEvent::GLOBAL_INTERNET_UNAVAILABLE, dtn::core::GlobalEvent::GLOBAL_LOW_ENERGY, dtn::core::GlobalEvent::GLOBAL_NORMAL, dtn::core::GlobalEvent::GLOBAL_RELOAD, dtn::core::GlobalEvent::GLOBAL_SHUTDOWN, dtn::core::GlobalEvent::GLOBAL_START_DISCOVERY, and dtn::core::GlobalEvent::GLOBAL_STOP_DISCOVERY.
|
virtual |
Implements dtn::core::EventReceiver< dtn::core::CustodyEvent >.
Definition at line 157 of file EventConnection.cpp.
References _running, dtn::core::CUSTODY_ACCEPT, and dtn::core::CUSTODY_REJECT.
|
virtual |
Implements dtn::core::EventReceiver< dtn::net::BundleReceivedEvent >.
Definition at line 126 of file EventConnection.cpp.
References _running, and dtn::data::PrimaryBlock::FRAGMENT.
|
virtual |
Implements dtn::core::EventReceiver< dtn::net::TransferAbortedEvent >.
Definition at line 199 of file EventConnection.cpp.
References _running.
|
virtual |
Implements dtn::core::EventReceiver< dtn::net::TransferCompletedEvent >.
Definition at line 224 of file EventConnection.cpp.
References _running.
|
virtual |
Implements dtn::core::EventReceiver< dtn::net::ConnectionEvent >.
Definition at line 254 of file EventConnection.cpp.
References _running, dtn::net::ConnectionEvent::CONNECTION_DOWN, dtn::net::ConnectionEvent::CONNECTION_SETUP, dtn::net::ConnectionEvent::CONNECTION_TIMEOUT, and dtn::net::ConnectionEvent::CONNECTION_UP.
|
virtual |
Implements dtn::core::EventReceiver< dtn::routing::QueueBundleEvent >.
Definition at line 289 of file EventConnection.cpp.
References _running.
|
virtual |
Implements dtn::api::ProtocolHandler.
Definition at line 318 of file EventConnection.cpp.
References dtn::api::ProtocolHandler::_stream, dtn::api::ClientHandler::API_STATUS_OK, and dtn::utils::Utils::tokenize().
|
virtual |
Reimplemented from dtn::api::ProtocolHandler.
Definition at line 345 of file EventConnection.cpp.
References dtn::core::EventDispatcher< E >::add().