A convenience base implementation of {@link Connection}.
This class uses the capabilities of the {@link EndPoint} API to provide amore traditional style of async reading. A call to {@link #fillInterested()}will schedule a callback to {@link #onFillable()} or {@link #onFillInterestedFailed(Throwable)}as appropriate.
|
|
|
|
|
|