Public Member Functions | |
| FlashClient (FlashCommunicationServer flashCommServer, int id, Socket clientSock, BufferedReader readerIn, PrintStream writerOut) | |
| void | exitClient () |
| void | sendMessage (String message) |
| Prints to both the console and to the client. | |
This software is distributed under the BSD License.
Definition at line 22 of file FlashClient.java.
| void sendMessage | ( | String | message | ) |
Prints to both the console and to the client.
| message | the string to print. |
Definition at line 107 of file FlashClient.java.
1.4.7