7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
204 | 204 |
205 <p> | 205 <p> |
206 Private method to get the data length for the current data type. | 206 Private method to get the data length for the current data type. |
207 </p> | 207 </p> |
208 <dl> | 208 <dl> |
209 <dt>Returns:</dt> | 209 <dt>Return:</dt> |
210 <dd> | 210 <dd> |
211 data length (integer) | 211 data length (integer) |
212 </dd> | 212 </dd> |
213 </dl> | 213 </dl> |
214 <a NAME="Connection.__disconnected" ID="Connection.__disconnected"></a> | 214 <a NAME="Connection.__disconnected" ID="Connection.__disconnected"></a> |
224 | 224 |
225 <p> | 225 <p> |
226 Private method to check, if enough data is available. | 226 Private method to check, if enough data is available. |
227 </p> | 227 </p> |
228 <dl> | 228 <dl> |
229 <dt>Returns:</dt> | 229 <dt>Return:</dt> |
230 <dd> | 230 <dd> |
231 flag indicating availability of enough data (boolean) | 231 flag indicating availability of enough data (boolean) |
232 </dd> | 232 </dd> |
233 </dl> | 233 </dl> |
234 <a NAME="Connection.__processData" ID="Connection.__processData"></a> | 234 <a NAME="Connection.__processData" ID="Connection.__processData"></a> |
258 <dd> | 258 <dd> |
259 maximum size of data to read (integer) | 259 maximum size of data to read (integer) |
260 </dd> | 260 </dd> |
261 </dl> | 261 </dl> |
262 <dl> | 262 <dl> |
263 <dt>Returns:</dt> | 263 <dt>Return:</dt> |
264 <dd> | 264 <dd> |
265 size of data read (integer) | 265 size of data read (integer) |
266 </dd> | 266 </dd> |
267 </dl> | 267 </dl> |
268 <a NAME="Connection.__readProtocolHeader" ID="Connection.__readProtocolHeader"></a> | 268 <a NAME="Connection.__readProtocolHeader" ID="Connection.__readProtocolHeader"></a> |
271 | 271 |
272 <p> | 272 <p> |
273 Private method to read the protocol header. | 273 Private method to read the protocol header. |
274 </p> | 274 </p> |
275 <dl> | 275 <dl> |
276 <dt>Returns:</dt> | 276 <dt>Return:</dt> |
277 <dd> | 277 <dd> |
278 flag indicating a successful read (boolean) | 278 flag indicating a successful read (boolean) |
279 </dd> | 279 </dd> |
280 </dl> | 280 </dl> |
281 <a NAME="Connection.__sendGreetingMessage" ID="Connection.__sendGreetingMessage"></a> | 281 <a NAME="Connection.__sendGreetingMessage" ID="Connection.__sendGreetingMessage"></a> |
298 | 298 |
299 <p> | 299 <p> |
300 Public method to get the connection name. | 300 Public method to get the connection name. |
301 </p> | 301 </p> |
302 <dl> | 302 <dl> |
303 <dt>Returns:</dt> | 303 <dt>Return:</dt> |
304 <dd> | 304 <dd> |
305 connection name (string) | 305 connection name (string) |
306 </dd> | 306 </dd> |
307 </dl> | 307 </dl> |
308 <a NAME="Connection.sendEditorCommand" ID="Connection.sendEditorCommand"></a> | 308 <a NAME="Connection.sendEditorCommand" ID="Connection.sendEditorCommand"></a> |
348 <dd> | 348 <dd> |
349 message to be sent (string) | 349 message to be sent (string) |
350 </dd> | 350 </dd> |
351 </dl> | 351 </dl> |
352 <dl> | 352 <dl> |
353 <dt>Returns:</dt> | 353 <dt>Return:</dt> |
354 <dd> | 354 <dd> |
355 flag indicating a successful send (boolean) | 355 flag indicating a successful send (boolean) |
356 </dd> | 356 </dd> |
357 </dl> | 357 </dl> |
358 <a NAME="Connection.sendParticipants" ID="Connection.sendParticipants"></a> | 358 <a NAME="Connection.sendParticipants" ID="Connection.sendParticipants"></a> |
376 | 376 |
377 <p> | 377 <p> |
378 Public method to get the server port. | 378 Public method to get the server port. |
379 </p> | 379 </p> |
380 <dl> | 380 <dl> |
381 <dt>Returns:</dt> | 381 <dt>Return:</dt> |
382 <dd> | 382 <dd> |
383 server port (integer) | 383 server port (integer) |
384 </dd> | 384 </dd> |
385 </dl> | 385 </dl> |
386 <a NAME="Connection.setClient" ID="Connection.setClient"></a> | 386 <a NAME="Connection.setClient" ID="Connection.setClient"></a> |