Interface Readable<L>

All Known Subinterfaces:
Connection<L>
All Known Implementing Classes:
NIOConnection, TCPNIOConnection, TCPNIOServerConnection, UDPNIOConnection, UDPNIOServerConnection

public interface Readable<L>
Implementations of this interface are able to read data from internal source to a Buffer. Grizzly Connection extends Readable.
Author:
Alexey Stashok