Variable AsyncClientConnection._callback

class AsyncClientConnection
{
  // ...
  AsyncSocketCallback _callback;
  // ...
}