Class Request.In.Delete

All Implemented Interfaces:
Future<Boolean>, Associator, Eligible
Enclosing class:
Request.In

public static class Request.In.Delete extends Request.In
The Class Delete.
  • Constructor Details

    • Delete

      public Delete(HttpRequest request, boolean secure, int matchLevels, Channel... channels) throws URISyntaxException
      Create a new event.
      Parameters:
      request - the request data
      secure - indicates whether the request was received on a secure channel
      matchLevels - the number of elements from the request path to use in the match value
      channels - the channels on which the event is to be fired (optional)
      Throws:
      URISyntaxException