All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class muffin.Reply

java.lang.Object
   |
   +----muffin.Message
           |
           +----muffin.Reply

public class Reply
extends Message
Author:
Mark Boyns

Constructor Index

 o Reply()

Method Index

 o createRedirect(String)
 o getBoundary()
 o getContentType()
 o getProtocol()
 o getStatusCode()

Constructors

 o Reply
 public Reply()

Methods

 o getProtocol
 public String getProtocol()
 o getStatusCode
 public int getStatusCode()
 o getContentType
 public String getContentType()
 o getBoundary
 public String getBoundary()
 o createRedirect
 public static Reply createRedirect(String url)

All Packages  Class Hierarchy  This Package  Previous  Next  Index