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

public class HttpPoll extends BaseDavRequest
Represents an HTTP POLL request.

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

Since:
2.13.6
  • Constructor Details

    • HttpPoll

      public HttpPoll(URI uri, String subscriptionId, long timeout)
    • HttpPoll

      public HttpPoll(String uri, String subscriptionId, long timeout)
  • Method Details