The methods of the ClientConnection class are listed below. For a complete list of ClientConnection class members, see the ClientConnection Members topic.
![]() | Checks for socket validity. |
![]() | Closes connection. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Fills a packet with the incoming data. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Event notifying data availability. |
![]() | Event notifying disconnection. |
![]() | Opens connection to end_point. |
![]() | Peeks the next packet id. |
![]() | Adds the socket to the event manager. |
![]() | Removes the socket from the event manager. |
![]() | Event notifying error. |
![]() | Processes reading. |
![]() | Processes writing. |
![]() | Pushes a packet for sending. |
![]() | Overloaded. Receives a piece of data. |
![]() | Overloaded. Pushes data to be sent. |
![]() | Returns a String that represents the current Object. |
![]() | Check whether the socket wants to process reading. |
![]() | Check whether the socket wants to process writing. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Sends data immediately. |
ClientConnection Class | croemud.connection Namespace