HandshakeSniffingTransportWrapper

Undocumented in source.

Constructors

this
this(T1 wrapper1, T2 wrapper2)
Undocumented in source.

Members

Functions

bufferSize
int bufferSize()
Undocumented in source.
capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
close_head
void close_head()
Undocumented in source. Be warned that the author may not have intended to support it.
close_tail
void close_tail()
Undocumented in source. Be warned that the author may not have intended to support it.
head
ByteBuffer head()
Undocumented in source. Be warned that the author may not have intended to support it.
isDeterminationMade
bool isDeterminationMade()
Undocumented in source. Be warned that the author may not have intended to support it.
makeDetermination
void makeDetermination(byte[] bytes)
Undocumented in source.
pending
int pending()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop(int bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
position
int position()
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.
tail
ByteBuffer tail()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

EMPTY
ByteBuffer EMPTY()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_selectedTransportWrapper
TransportWrapper _selectedTransportWrapper;
Undocumented in source.
_wrapper1
T1 _wrapper1;
Undocumented in source.
_wrapper2
T2 _wrapper2;
Undocumented in source.

Meta