Each operation takes a {@link RequestCompletionHandler} argument to benotified when the associated request has been processed. A caller may need to know when an operation has completed so that it can throttle incoming messages (for example only resuming reading when the handler completes processing a request), and/or can control the number of clients connected at any given time.
|
|