|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectittp.protocol.response.Response.Headers
ittp.protocol.response.headers.ContentRange
This class create the header content-range.
Field Summary |
Fields inherited from class ittp.protocol.response.Response.Headers |
allowed, used |
Constructor Summary | |
ContentRange(Response parent)
Constructor of the class |
Method Summary | |
void |
setAllowed(boolean allowed)
Mutators for the boolean allowed. |
void |
setUsed(boolean used)
Mutators for the boolean used. |
java.lang.String |
toString()
Convert to a string the headers content-range. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContentRange(Response parent)
Method Detail |
public java.lang.String toString()
toString
in class Response.Headers
public void setAllowed(boolean allowed)
setAllowed
in class Response.Headers
allowed
- boolean that determine if this headers is allowed.public void setUsed(boolean used)
setUsed
in class Response.Headers
used
- boolean that determine if this headers is used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |