Package ca.uqac.lif.cep.apache
A palette for processing Apache log files
- Author:
- Sylvain Hallé
-
Class Summary Class Description ApacheLogFeeder Converts a stream of lines from an Apache log into a stream of HTTP request objectsHttpRequest Representation of an HTTP request, as logged by an Apache serverHttpRequest.GetParameter Function to get the path of an HTTP requestHttpRequest.GetPath Function to get the path of an HTTP requestHttpRequest.GetTimestamp Function to get the timestamp of an HTTP requestHttpRequest.RequestIsAfter Function to compare the request's time with another timeMain Dummy main fileParseCommonLog Parses a line of an Apache log in the common log format and creates anHttpRequest
object with it. -
Enum Summary Enum Description HttpRequest.Method The HTTP method used in the request