public class SimpleSslTransportWrapper extends Object implements SslTransportWrapper
wrapOutput() and unwrapInput()
to respond appropriately thereafter.| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
close_head() |
void |
close_tail() |
String |
getCipherName() |
String |
getProtocolName() |
ByteBuffer |
head() |
int |
pending() |
void |
pop(int bytes) |
int |
position() |
void |
process() |
ByteBuffer |
tail() |
String |
toString() |
public String getCipherName()
getCipherName in interface SslTransportWrapperpublic String getProtocolName()
getProtocolName in interface SslTransportWrapperpublic int capacity()
capacity in interface TransportInputpublic int position()
position in interface TransportInputpublic 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 ByteBuffer head()
head in interface TransportOutputpublic void pop(int bytes)
pop in interface TransportOutputpublic void close_head()
close_head in interface TransportOutputCopyright © 2018 The Apache Software Foundation. All rights reserved.