us.monoid.web
Class Deletion
java.lang.Object
us.monoid.web.AbstractContent
us.monoid.web.Deletion
public class Deletion
- extends AbstractContent
Used for deleting contents on a server with the DELETE method.
Use Resty.delete() to create an instance of this.
Not strictly a content, but an instruction to delete a URL.
- Author:
- beders
Deletion
public Deletion()
writeHeader
public void writeHeader(OutputStream os)
throws IOException
- Specified by:
writeHeader
in class AbstractContent
- Throws:
IOException
writeContent
public void writeContent(OutputStream os)
throws IOException
- Specified by:
writeContent
in class AbstractContent
- Throws:
IOException
Copyright © 2013. All Rights Reserved.