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