Interface HttpUriRecognition
- All Superinterfaces:
Service
- All Known Implementing Classes:
HttpUriRecognitionService
HttpUriRecognition is a service to recognize the patterns of HTTP URIs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidfeedRawData(String service, List<HttpUriRecognition.HTTPUri> unrecognizedURIs) Feed all data for the pattern recognition of HTTP URIsfetchAllPatterns(String service) Fetch all patterns of identified HTTP URIsboolean
-
Method Details
-
isInitialized
boolean isInitialized()- Returns:
- true if the service is initialized and active.
-
fetchAllPatterns
Fetch all patterns of identified HTTP URIs- Parameters:
service- the name of the service- Returns:
- the list of patterns of HTTP URIs
-
feedRawData
Feed all data for the pattern recognition of HTTP URIs- Parameters:
service- the name of the serviceunrecognizedURIs- the list of unrecognized URIs
-