Class Request.In.Trace

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

public static class Request.In.Trace extends Request.In
Represents a HTTP TRACE request.
  • Constructor Details

    • Trace

      public Trace(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