Interface Reader<L>

Type Parameters:
L - the reader address type
All Known Subinterfaces:
AsyncQueueReader<L>
All Known Implementing Classes:
AbstractNIOAsyncQueueReader, AbstractReader, TCPNIOAsyncQueueReader, TCPNIOTemporarySelectorReader, TemporarySelectorReader, UDPNIOAsyncQueueReader, UDPNIOTemporarySelectorReader

public interface Reader<L>
Implementations of this interface are able to read data from Connection to a Buffer. There are two basic Reader implementations in Grizzly: AsyncQueueReader, TemporarySelectorReader.
Author:
Alexey Stashok