Class SSLReadHolder


  • public class SSLReadHolder
    extends java.lang.Object
    A 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_buf

        protected byte[] m_buf
    • Constructor Detail

      • SSLReadHolder

        public SSLReadHolder()
        Contruct a new read holder object.
    • Method Detail

      • getData

        public byte[] getData()
        Retrieve the reference to the read data.