Package totalcross.net.ssl
Class SSLReadHolder
- java.lang.Object
-
- totalcross.net.ssl.SSLReadHolder
-
public class SSLReadHolder extends java.lang.ObjectA holder for data read in an SSL read.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]m_buf
-
Constructor Summary
Constructors Constructor Description SSLReadHolder()Contruct a new read holder object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Retrieve the reference to the read data.
-