protected class HTTPByteWriter.SendResult
extends Object
| 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 | Description |
|---|---|
SendResult() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
size() |
|
String |
toString() |
public byte[] buffer
public long contentLength
public boolean contentRangeFound
public long contentRangeStart
public long contentRangeStop
public long contentRead
public boolean gotHeader
public boolean gotMessage
public long headerLength
public boolean keepAlive
public java.util.Date lastModified
public int status