Package com.wowza.io
Class HTTPByteWriter.SendResult
- Object
-
- com.wowza.io.HTTPByteWriter.SendResult
-
- Enclosing class:
- HTTPByteWriter
protected class HTTPByteWriter.SendResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
buffer
long
contentLength
boolean
contentRangeFound
long
contentRangeStart
long
contentRangeStop
long
contentRead
boolean
gotHeader
boolean
gotMessage
long
headerLength
boolean
keepAlive
java.util.Date
lastModified
int
status
-
Constructor Summary
Constructors Constructor Description SendResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
size()
String
toString()
-
-
-
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
-
-