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
TransportExceptionvoid process()
throws TransportException
TransportExceptionvoid close_tail()