#include <DefaultOperationTcpChannel.hpp>
kaa::DefaultOperationTcpChannel::~DefaultOperationTcpChannel |
( |
| ) |
|
void kaa::DefaultOperationTcpChannel::closeConnection |
( |
| ) |
|
virtual const std::string& kaa::DefaultOperationTcpChannel::getId |
( |
| ) |
const |
|
inlinevirtual |
virtual ServerType kaa::DefaultOperationTcpChannel::getServerType |
( |
| ) |
const |
|
inlinevirtual |
void kaa::DefaultOperationTcpChannel::onConnack |
( |
const ConnackMessage & |
message | ) |
|
void kaa::DefaultOperationTcpChannel::onConnAckTimeout |
( |
const boost::system::error_code & |
err | ) |
|
void kaa::DefaultOperationTcpChannel::onDisconnect |
( |
const DisconnectMessage & |
message | ) |
|
void kaa::DefaultOperationTcpChannel::onKaaSync |
( |
const KaaSyncResponse & |
message | ) |
|
void kaa::DefaultOperationTcpChannel::onPingResponse |
( |
| ) |
|
void kaa::DefaultOperationTcpChannel::onPingTimeout |
( |
const boost::system::error_code & |
err | ) |
|
void kaa::DefaultOperationTcpChannel::onReadEvent |
( |
const boost::system::error_code & |
err | ) |
|
void kaa::DefaultOperationTcpChannel::openConnection |
( |
| ) |
|
virtual void kaa::DefaultOperationTcpChannel::pause |
( |
| ) |
|
|
virtual |
Pauses the channel's workflow. The channel should stop all network activity.
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationTcpChannel::resume |
( |
| ) |
|
|
virtual |
Resumes the channel's workflow. The channel should restore the previous connection.
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationTcpChannel::setMultiplexer |
( |
IKaaDataMultiplexer * |
multiplexer | ) |
|
|
virtual |
virtual void kaa::DefaultOperationTcpChannel::shutdown |
( |
| ) |
|
|
virtual |
Shuts down the channel instance. All connections and threads should be terminated. The instance can no longer be used.
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationTcpChannel::sync |
( |
TransportType |
type | ) |
|
|
virtual |
Updates the channel's state of the specific service.
- Parameters
-
type | transport type of the service. |
- See Also
- TransportType
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationTcpChannel::syncAck |
( |
TransportType |
type | ) |
|
|
virtual |
virtual void kaa::DefaultOperationTcpChannel::syncAll |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: