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
TransportException
void process() throws TransportException
TransportException
void close_tail()
Copyright © 2016 The Apache Software Foundation. All rights reserved.