Stellarium 0.15.2
|
Reacts to Server challenge and challenge OK on the client. More...
#include <SyncClientHandlers.hpp>
Signals | |
void | authenticated () |
Public Member Functions | |
ClientAuthHandler (SyncClient *client) | |
bool | handleMessage (QDataStream &stream, SyncRemotePeer &peer) Q_DECL_OVERRIDE |
Read a message directly from the stream. More... | |
Public Member Functions inherited from ClientHandler | |
ClientHandler (SyncClient *client) | |
Additional Inherited Members | |
Protected Attributes inherited from ClientHandler | |
SyncClient * | client |
StelCore * | core |
Reacts to Server challenge and challenge OK on the client.
Definition at line 50 of file SyncClientHandlers.hpp.
|
virtual |
Read a message directly from the stream.
SyncMessage::deserialize of the correct class should be used to deserialize the message.
peer | The remote peer this message originated from. Can be used to send replies through SyncRemotePeer::writeMessage |
Implements SyncMessageHandler.