Package org.apache.kafka.common.network

Interface Summary
Receive This interface models the in-progress reading of data from a channel to a source identified by an integer id
Selectable An interface for asynchronous, multi-channel network I/O
Send This interface models the in-progress sending of data to a destination identified by an integer id.
 

Class Summary
ByteBufferReceive A receive backed by an array of ByteBuffers
ByteBufferSend A send backed by an array of byte buffers
NetworkReceive A size delimited Receive that consists of a 4 byte network-ordered size N followed by N bytes of content
NetworkSend A size delimited Send that consists of a 4 byte network-ordered size N followed by N bytes of content
Selector A selector interface for doing non-blocking multi-connection network I/O.