Uses of Package
ca.uqac.lif.cep.apache
-
Packages that use ca.uqac.lif.cep.apache Package Description ca.uqac.lif.cep.apache A palette for processing Apache log files -
Classes in ca.uqac.lif.cep.apache used by ca.uqac.lif.cep.apache 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.GetPath Function to get the path of an HTTP requestHttpRequest.GetTimestamp Function to get the timestamp of an HTTP requestHttpRequest.Method The HTTP method used in the requestHttpRequest.RequestIsAfter Function to compare the request's time with another timeParseCommonLog Parses a line of an Apache log in the common log format and creates anHttpRequest
object with it.