public class SimpleSslTransportWrapper extends java.lang.Object implements SslTransportWrapper
wrapOutput() and unwrapInput()
to respond appropriately thereafter.| 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) |
int |
position() |
void |
process() |
java.nio.ByteBuffer |
tail() |
java.lang.String |
toString() |
public java.lang.String getCipherName()
getCipherName in interface SslTransportWrapperpublic java.lang.String getProtocolName()
getProtocolName in interface SslTransportWrapperpublic int capacity()
capacity in interface TransportInputpublic int position()
position 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 toString()
toString in class java.lang.Object