|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IcapChunk
This is the main ICAP Chunk. In essence it is a @see HttpChunk
with the addition of
Preview controls and members.
Field Summary |
---|
Fields inherited from interface org.jboss.netty.handler.codec.http.HttpChunk |
---|
LAST_CHUNK |
Method Summary | |
---|---|
boolean |
isEarlyTerminated()
Gets whether this chunk belongs to a early terminated preview message. |
boolean |
isPreviewChunk()
Gets whether this chunk belongs to a preview message. |
void |
setEarlyTermination(boolean earlyTermination)
Toggles whether this chunk belongs to a early terminated preview message. |
void |
setPreviewChunk(boolean preview)
Toggles whether this chunk belongs to a preview message. |
Methods inherited from interface org.jboss.netty.handler.codec.http.HttpChunk |
---|
getContent, isLast, setContent |
Method Detail |
---|
void setPreviewChunk(boolean preview)
preview
- boolean true to indicate it is a preview chunkboolean isPreviewChunk()
void setEarlyTermination(boolean earlyTermination)
earlyTermination
- boolean true if the preview message is early terminated.boolean isEarlyTerminated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |