105 RCONSessionState getState() const; |
105 RCONSessionState getState() const; |
106 void handlePacket(Datagram& datagram); |
106 void handlePacket(Datagram& datagram); |
107 bool isActive() const; |
107 bool isActive() const; |
108 void processServerUpdates(Bytestream& packet); |
108 void processServerUpdates(Bytestream& packet); |
109 void requestTabCompletion(const String& part); |
109 void requestTabCompletion(const String& part); |
110 void send(const Bytestream& packet); |
110 void send(const Vector<unsigned char>& packet); |
111 bool sendCommand(const String& message); |
111 bool sendCommand(const String& commandString); |
112 void sendHello(); |
112 void sendHello(); |
113 void sendPassword(); |
113 void sendPassword(); |
114 void setInterface(class Interface* interface); |
114 void setInterface(class Interface* interface); |
115 void setPassword(const String& password); |
115 void setPassword(const String& password); |
116 void tick(); |
116 void tick(); |