| org.mortbay.jetty.Generator
All known Subclasses: org.mortbay.jetty.AbstractGenerator,
Generator | public interface Generator (Code) | | |
Field Summary | |
final public static boolean | LAST | final public static boolean | MORE |
LAST | final public static boolean LAST(Code) | | |
MORE | final public static boolean MORE(Code) | | |
addContent | boolean addContent(byte b) throws IOException(Code) | | Add content.
Parameters: b - byte true if the buffers are full throws: IOException - |
getContentBufferSize | int getContentBufferSize()(Code) | | |
getContentWritten | long getContentWritten()(Code) | | |
increaseContentBufferSize | void increaseContentBufferSize(int size)(Code) | | |
isBufferFull | boolean isBufferFull()(Code) | | |
isCommitted | boolean isCommitted()(Code) | | |
isComplete | boolean isComplete()(Code) | | |
isPersistent | boolean isPersistent()(Code) | | |
reset | void reset(boolean returnBuffers)(Code) | | |
resetBuffer | void resetBuffer()(Code) | | |
setContentLength | void setContentLength(long length)(Code) | | |
setHead | void setHead(boolean head)(Code) | | |
setResponse | void setResponse(int status, String reason)(Code) | | |
setSendServerVersion | void setSendServerVersion(boolean sendServerVersion)(Code) | | |
setVersion | void setVersion(int version)(Code) | | |
|
|