public interface TransportInput
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
close_tail() |
int |
position() |
void |
process() |
ByteBuffer |
tail() |
int capacity()
int position()
ByteBuffer tail() throws TransportException
TransportExceptionvoid process()
throws TransportException
TransportExceptionvoid close_tail()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.