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 SslTransportWrapper
public java.lang.String getProtocolName()
getProtocolName
in interface SslTransportWrapper
public int capacity()
capacity
in interface TransportInput
public int position()
position
in interface TransportInput
public java.nio.ByteBuffer tail()
tail
in interface TransportInput
public void process() throws TransportException
process
in interface TransportInput
TransportException
public void close_tail()
close_tail
in interface TransportInput
public int pending()
pending
in interface TransportOutput
public java.nio.ByteBuffer head()
head
in interface TransportOutput
public void pop(int bytes)
pop
in interface TransportOutput
public void close_head()
close_head
in interface TransportOutput
public java.lang.String toString()
toString
in class java.lang.Object