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

@Deprecated(since="2026-02-13") public class HttpPoll extends BaseDavRequest
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
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)
      Deprecated.
    • HttpPoll

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