Class DeleteQuery


  • public class DeleteQuery
    extends Query<java.lang.Void>
    Executes an HTTP DELETE operation.
    • Constructor Detail

      • DeleteQuery

        public DeleteQuery​(java.lang.String hostname,
                           java.lang.String path)
      • DeleteQuery

        public DeleteQuery​(java.lang.String hostname,
                           int port,
                           java.lang.String path,
                           boolean secure)
      • DeleteQuery

        public DeleteQuery​(java.lang.String hostname,
                           int port,
                           java.lang.String path,
                           boolean secure,
                           java.util.concurrent.ExecutorService executorService)
    • Method Detail

      • execute

        public java.lang.Void execute()
                               throws QueryException
        Synchronously executes the DELETE operation.
        Specified by:
        execute in class Task<java.lang.Void>
        Returns:
        The result of the task's execution.
        Throws:
        QueryException