Interface TransportOutput
-
- All Known Subinterfaces:
SslTransportWrapper
,TransportWrapper
- All Known Implementing Classes:
HandshakeSniffingTransportWrapper
,PlainTransportWrapper
,SimpleSslTransportWrapper
,SslHandshakeSniffingTransportWrapper
public interface TransportOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close_head()
java.nio.ByteBuffer
head()
int
pending()
void
pop(int bytes)
-