#include <DefaultOperationLongPollChannel.hpp>
virtual kaa::DefaultOperationLongPollChannel::~DefaultOperationLongPollChannel |
( |
| ) |
|
|
virtual |
virtual const std::string& kaa::DefaultOperationLongPollChannel::getId |
( |
| ) |
const |
|
inlinevirtual |
virtual ServerType kaa::DefaultOperationLongPollChannel::getServerType |
( |
| ) |
const |
|
inlinevirtual |
virtual TransportProtocolId kaa::DefaultOperationLongPollChannel::getTransportProtocolId |
( |
| ) |
const |
|
inlinevirtual |
std::string kaa::DefaultOperationLongPollChannel::getURLSuffix |
( |
| ) |
|
|
inlineprotected |
virtual void kaa::DefaultOperationLongPollChannel::pause |
( |
| ) |
|
|
virtual |
Pauses the channel's workflow. The channel should stop all network activity.
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationLongPollChannel::resume |
( |
| ) |
|
|
virtual |
Resumes the channel's workflow. The channel should restore the previous connection.
Implements kaa::IDataChannel.
virtual void kaa::DefaultOperationLongPollChannel::setDemultiplexer |
( |
IKaaDataDemultiplexer * |
demultiplexer | ) |
|
|
virtual |
virtual void kaa::DefaultOperationLongPollChannel::setFailoverStrategy |
( |
IFailoverStrategyPtr |
strategy | ) |
|
|
inlinevirtual |
virtual void kaa::DefaultOperationLongPollChannel::setMultiplexer |
( |
IKaaDataMultiplexer * |
multiplexer | ) |
|
|
virtual |
virtual void kaa::DefaultOperationLongPollChannel::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::DefaultOperationLongPollChannel::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::DefaultOperationLongPollChannel::syncAck |
( |
TransportType |
type | ) |
|
|
virtual |
virtual void kaa::DefaultOperationLongPollChannel::syncAll |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: