Package com.wowza.io
Class HTTPByteWriter.SendResult
Object
com.wowza.io.HTTPByteWriter.SendResult
- Enclosing class:
- HTTPByteWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
long
boolean
long
long
long
boolean
boolean
long
boolean
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contentLength
public long contentLength -
headerLength
public long headerLength -
contentRead
public long contentRead -
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 Details
-
SendResult
public SendResult()
-
-
Method Details