All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.doit.muffin.Message | +----org.doit.muffin.Reply
public Reply()
public Reply(InputStream in)
public void setContent(InputStream in)
public InputStream getContent()
public boolean hasContent()
public String getProtocol()
public int getStatusCode()
public String getContentType()
public String getBoundary()
public String getTransferEncoding()
public int getChunkSize(InputStream in) throws IOException
public void getChunkedFooter(InputStream in) throws IOException
public void setStatusLine(String line)
public static Reply createRedirect(String url)
All Packages Class Hierarchy This Package Previous Next Index