public interface TransportInput
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
void |
close_tail() |
int |
position() |
void |
process() |
java.nio.ByteBuffer |
tail() |
int capacity()
int position()
java.nio.ByteBuffer tail() throws TransportException
TransportException
void process() throws TransportException
TransportException
void close_tail()