| org.w3c.jigsaw.http.Reply org.w3c.jigsaw.webdav.DAVReply
DAVReply | public class DAVReply extends Reply implements WEBDAV(Code) | | version: $Revision: 1.7 $ author: Benoît Mahé (bmahe@w3.org) |
Constructor Summary | |
public | DAVReply(Client client, Request request, short major, short minor, int status) Create a new reply for the given client. |
DAVReply | public DAVReply(Client client, Request request, short major, short minor, int status)(Code) | | Create a new reply for the given client.
Parameters: client - The client ot who the reply is directed. |
getDAVReason | public static String getDAVReason(int status)(Code) | | |
getStandardReason | public String getStandardReason(int status)(Code) | | Get the standard HTTP & WEBDAV reason phrase for the given status code.
Parameters: status - The given status code. A String giving the standard reason phrase, ornull if the status doesn't match any knowned error. |
setStatusURI | public void setStatusURI(int status, String uri)(Code) | | |
|
|