| java.lang.Object org.apache.harmony.xnet.provider.jsse.SSLEngineAppData
Field Summary | |
byte[] | buffer Buffer containing received application data. |
Method Summary | |
public void | append(byte[] src) Stores received data. | protected int | placeTo(ByteBuffer[] dsts, int offset, int length) Places the data from the buffer into the array of destination
ByteBuffer objects. |
buffer | byte[] buffer(Code) | | Buffer containing received application data.
|
SSLEngineAppData | protected SSLEngineAppData()(Code) | | Constructor
|
append | public void append(byte[] src)(Code) | | Stores received data. The source data is not cloned,
just the array reference is remembered into the buffer field.
|
placeTo | protected int placeTo(ByteBuffer[] dsts, int offset, int length)(Code) | | Places the data from the buffer into the array of destination
ByteBuffer objects.
|
|
|