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 SslTransportWrapper
public String getProtocolName()
getProtocolName
in interface SslTransportWrapper
public int capacity()
capacity
in interface TransportInput
public int position()
position
in interface TransportInput
public 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 ByteBuffer head()
head
in interface TransportOutput
public void pop(int bytes)
pop
in interface TransportOutput
public void close_head()
close_head
in interface TransportOutput
Copyright © 2016 The Apache Software Foundation. All rights reserved.