Class TlsEncodeResult


  • public final class TlsEncodeResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] buf  
      int len  
      int off  
      short recordType  
    • Constructor Summary

      Constructors 
      Constructor Description
      TlsEncodeResult​(byte[] buf, int off, int len, short recordType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • buf

        public final byte[] buf
      • off

        public final int off
      • len

        public final int len
      • recordType

        public final short recordType
    • Constructor Detail

      • TlsEncodeResult

        public TlsEncodeResult​(byte[] buf,
                               int off,
                               int len,
                               short recordType)