1 #include <skstream/skstream.h>
3 #ifndef ERIS_META_QUERY_H
4 #define ERIS_META_QUERY_H
6 #include <Eris/BaseConnection.h>
9 #include <wfmath/timestamp.h>
26 MetaQuery(
Meta *svr,
const std::string &host,
unsigned int index);
37 unsigned int getServerIndex()
const
38 {
return m_serverIndex; }
43 bool isReady(PollData &data)
const
46 bool isComplete()
const
47 {
return m_complete; }
56 virtual void handleTimeout(
const std::string& msg);
58 void onQueryTimeout();
65 unsigned int m_serverIndex;
tcp_socket_stream * _stream
the underlying iostream channel
Definition: BaseConnection.h:126
Definition: Account.cpp:35
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: BaseConnection.h:30