Class TlsDecodeResult


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

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

      Constructors 
      Constructor Description
      TlsDecodeResult​(byte[] buf, int off, int len, short contentType)  
    • 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
      • contentType

        public final short contentType
    • Constructor Detail

      • TlsDecodeResult

        public TlsDecodeResult​(byte[] buf,
                               int off,
                               int len,
                               short contentType)