Package com.wowza.io

Class HTTPByteReader.SendResult

  • Enclosing class:
    HTTPByteReader

    protected class HTTPByteReader.SendResult
    extends Object
    • Field Detail

      • contentLength

        public long contentLength
      • headerLength

        public long headerLength
      • contentRead

        public long contentRead
      • lastModified

        public java.util.Date lastModified
      • status

        public int status
      • gotHeader

        public boolean gotHeader
      • gotMessage

        public boolean gotMessage
      • buffer

        public byte[] buffer
      • keepAlive

        public boolean keepAlive
      • contentRangeFound

        public boolean contentRangeFound
      • contentRangeStart

        public long contentRangeStart
      • contentRangeStop

        public long contentRangeStop
    • Constructor Detail

      • SendResult

        public SendResult()
    • Method Detail

      • size

        public long size()