TransportWrapper

Undocumented in source.
interface TransportWrapper : TransportInput , TransportOutput

Inherited Members

From TransportInput

capacity
int capacity()
Undocumented in source.
position
int position()
Undocumented in source.
tail
ByteBuffer tail()
Undocumented in source.
process
void process()
Undocumented in source.
close_tail
void close_tail()
Undocumented in source.

From TransportOutput

pending
int pending()
Undocumented in source.
head
ByteBuffer head()
Undocumented in source.
pop
void pop(int bytes)
Undocumented in source.
close_head
void close_head()
Undocumented in source.

Meta