| common.sd.SocketData
All known Subclasses: common.sd.SD_Channel, common.sd.SD_Kick, common.sd.SD_ServerCap, common.sd.SD_Private, common.sd.SD_Chat, common.sd.SD_Error, common.sd.SD_UserDel, common.sd.SD_UserAdd, common.sd.SD_AdminAdd, common.sd.SD_Whisper, common.sd.SD_Log, common.sd.SD_Rename,
SocketData | public interface SocketData (Code) | | Interface to represent data to be transfered over a socket.
Any data that needs to be sent over the socket must implement this
method and Serializable so it can be serialized and sent over the socket
author: Joseph Monti countjoe@users.sourceforge.net version: 0.8 |
performAction | public void performAction(SocketConnection sc)(Code) | | This method is what calls the aproprate functions on
the recieving end of the socket
Parameters: sc - The reference to the recieving connection |
|
|