|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jwall.web.http.HttpMessage
org.jwall.web.http.HttpResponse
org.jwall.web.http.HttpChunk
public class HttpChunk
| Field Summary |
|---|
| Fields inherited from class org.jwall.web.http.HttpResponse |
|---|
ACCEPT_RANGES, AGE, ETAG, LOCATION, PROXY_AUTHENTICATE, RETRY_AFTER, SERVER, VARY, WWW_AUTHENTICATE |
| Constructor Summary | |
|---|---|
HttpChunk(String header,
ByteBuffer data)
|
|
| Method Summary | |
|---|---|
int |
getChunkSize()
|
boolean |
isChunk()
|
int |
size()
|
| Methods inherited from class org.jwall.web.http.HttpResponse |
|---|
getChannel, getCharset, getContentType, getHttpStream, getMessage, getPayload, getStatus, isChunked, isConnectionClosed, isGZipped, setBody, setChannel |
| Methods inherited from class org.jwall.web.http.HttpMessage |
|---|
getBody, getBodyAsString, getHeader, getHeader, getHeaderNames, getMessageHeader, getVersion, hasBody, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpChunk(String header,
ByteBuffer data)
throws ProtocolException
ProtocolException| Method Detail |
|---|
public int size()
public int getChunkSize()
public boolean isChunk()
isChunk in class HttpResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||