ServerSocket
Functions
Name |
Description |
---|---|
Sends data to a client. |
|
Sets the function that will be called when a client connects to the server. |
|
Sets the function that will be called when a client disconnects from the server. |
|
Sets the function that will be called when data is received from any client. |
|
Returns the server’s port. |
|
Returns information about all the clients connected to the server. |