public class SslHandshakeSniffingTransportWrapper extends java.lang.Object implements SslTransportWrapper
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
close_head() |
void |
close_tail() |
java.lang.String |
getCipherName() |
java.lang.String |
getProtocolName() |
java.nio.ByteBuffer |
head() |
int |
pending() |
void |
pop(int bytes) |
void |
process() |
java.nio.ByteBuffer |
tail() |
public int capacity()
capacity in interface TransportInputpublic java.nio.ByteBuffer tail()
tail in interface TransportInputpublic void process()
throws TransportException
process in interface TransportInputTransportExceptionpublic void close_tail()
close_tail in interface TransportInputpublic int pending()
pending in interface TransportOutputpublic java.nio.ByteBuffer head()
head in interface TransportOutputpublic void pop(int bytes)
pop in interface TransportOutputpublic void close_head()
close_head in interface TransportOutputpublic java.lang.String getCipherName()
getCipherName in interface SslTransportWrapperpublic java.lang.String getProtocolName()
getProtocolName in interface SslTransportWrapperCopyright © 2014 FuseSource, Corp.. All Rights Reserved.