removeClient abstract method

void removeClient(
  1. SocketClient client
)

Remove a client from the adapter.

Implementation

void removeClient(SocketClient client);