dispatchCall abstract method

void dispatchCall(
  1. ClientCall call
)

Put call on the queue to be dispatched when the connection is ready.

Implementation

void dispatchCall(ClientCall call);