Package com.wowza.io
Class HTTPByteReader.SendResult
- Object
- 
- com.wowza.io.HTTPByteReader.SendResult
 
- 
- Enclosing class:
- HTTPByteReader
 
 protected class HTTPByteReader.SendResult extends Object
- 
- 
Field SummaryFields Modifier and Type Field Description byte[]bufferlongcontentLengthbooleancontentRangeFoundlongcontentRangeStartlongcontentRangeStoplongcontentReadbooleangotHeaderbooleangotMessagelongheaderLengthbooleankeepAlivejava.util.DatelastModifiedintstatus
 - 
Constructor SummaryConstructors Constructor Description SendResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longsize()
 
- 
- 
- 
Field Detail- 
contentLengthpublic long contentLength 
 - 
headerLengthpublic long headerLength 
 - 
contentReadpublic long contentRead 
 - 
lastModifiedpublic java.util.Date lastModified 
 - 
statuspublic int status 
 - 
gotHeaderpublic boolean gotHeader 
 - 
gotMessagepublic boolean gotMessage 
 - 
bufferpublic byte[] buffer 
 - 
keepAlivepublic boolean keepAlive 
 - 
contentRangeFoundpublic boolean contentRangeFound 
 - 
contentRangeStartpublic long contentRangeStart 
 - 
contentRangeStoppublic long contentRangeStop 
 
- 
 
-