Interface TransportInput
-
- All Known Subinterfaces:
SslTransportWrapper,TransportWrapper
- All Known Implementing Classes:
HandshakeSniffingTransportWrapper,PlainTransportWrapper,SimpleSslTransportWrapper,SslHandshakeSniffingTransportWrapper
public interface TransportInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcapacity()voidclose_tail()intposition()voidprocess()java.nio.ByteBuffertail()
-
-
-
Method Detail
-
capacity
int capacity()
-
position
int position()
-
tail
java.nio.ByteBuffer tail() throws TransportException- Throws:
TransportException
-
process
void process() throws TransportException- Throws:
TransportException
-
close_tail
void close_tail()
-
-