Interface HttpUriRecognition

All Superinterfaces:
Service
All Known Implementing Classes:
HttpUriRecognitionService

public interface HttpUriRecognition extends Service
HttpUriRecognition is a service to recognize the patterns of HTTP URIs
  • Method Details

    • isInitialized

      boolean isInitialized()
      Returns:
      true if the service is initialized and active.
    • fetchAllPatterns

      List<HttpUriPattern> fetchAllPatterns(String service)
      Fetch all patterns of identified HTTP URIs
      Parameters:
      service - the name of the service
      Returns:
      the list of patterns of HTTP URIs
    • feedRawData

      void feedRawData(String service, List<HttpUriRecognition.HTTPUri> unrecognizedURIs)
      Feed all data for the pattern recognition of HTTP URIs
      Parameters:
      service - the name of the service
      unrecognizedURIs - the list of unrecognized URIs