The methods of the TCPSocket class are listed below. For a complete list of TCPSocket class members, see the TCPSocket Members topic.
![]() | Checks for socket validity. |
![]() | Closes connection. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | 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 to be overrided, notifying data availability. |
![]() | Event to be overrided, notifying disconnection. |
![]() | Opens connection to end_point. |
![]() | Adds the socket to the event manager. |
![]() | Removes the socket from the event manager. |
![]() | Function called when an error occurs during the polling. |
![]() | Processes reading. |
![]() | Processes writing. |
![]() | 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. |
TCPSocket Class | croemud.connection Namespace