Class HttpUnsubscribe

All Implemented Interfaces:
Cloneable, AbortableHttpRequest, Configurable, HttpExecutionAware, HttpUriRequest, HttpEntityEnclosingRequest, HttpMessage, HttpRequest

public class HttpUnsubscribe extends BaseDavRequest
Represents an HTTP UNSUBSCRIBE request.

Note that "UNSUBSCRIBE" is a custom HTTP extension, not defined in a standards paper.

Since:
2.13.6
  • Constructor Details

    • HttpUnsubscribe

      public HttpUnsubscribe(URI uri, String subscriptionId)
    • HttpUnsubscribe

      public HttpUnsubscribe(String uri, String subscriptionId)
  • Method Details