Interface TransportOutput
- All Known Subinterfaces:
SslTransportWrapper,TransportWrapper
- All Known Implementing Classes:
HandshakeSniffingTransportWrapper,PlainTransportWrapper,SimpleSslTransportWrapper,SslHandshakeSniffingTransportWrapper
public interface TransportOutput
-
Method Details
-
pending
int pending() -
head
ByteBuffer head() -
pop
void pop(int bytes) -
close_head
void close_head()
-