Holger's
Java API

Uses of Class
com.antelmann.net.ServerLogEntry

Packages that use ServerLogEntry
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of ServerLogEntry in com.antelmann.net
 

Methods in com.antelmann.net that return ServerLogEntry
protected  ServerLogEntry ServerLogFile.ServerLogEntryEnumerator.getNextElement()
           
protected  ServerLogEntry ServerLogFile.parseLine(String line)
          parses a single line from the log file and constructs a ServerLogEntry (default parsing for Apache)
 

Methods in com.antelmann.net that return types with arguments of type ServerLogEntry
 Enumeration<ServerLogEntry> ServerLogFile.getServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
           
 Enumeration<ServerLogEntry> ServerLog.getServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
          returns an Enumeration of all ServerLogEntry objects that are accepted by the given filter or all ServerLogEntries if the filter is null.
 

Method parameters in com.antelmann.net with type arguments of type ServerLogEntry
 Enumeration<ServerLogEntry> ServerLogFile.getServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
           
 Enumeration<ServerLogEntry> ServerLog.getServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
          returns an Enumeration of all ServerLogEntry objects that are accepted by the given filter or all ServerLogEntries if the filter is null.
 Map<String,Integer> ServerLogAnalyzer.refererDomainCount(Filter<ServerLogEntry> filter)
          returns a map with the key elements being Strings denoting the referer domain name and the mapped value (an Integer) denoting the count.
 Map<String,Integer> ServerLogAnalyzer.refererHostCount(Filter<ServerLogEntry> filter)
          returns a map with the key elements being Strings denoting the referer host name and the mapped value (an Integer) denoting the count.
 

Constructor parameters in com.antelmann.net with type arguments of type ServerLogEntry
ServerLogFile.ServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads