Uses of Interface
org.abstracthorizon.danube.support.logging.patternsupport.PatternProcessor

Packages that use PatternProcessor
org.abstracthorizon.danube.http.logging   
org.abstracthorizon.danube.support.logging   
org.abstracthorizon.danube.support.logging.patternsupport   
 

Uses of PatternProcessor in org.abstracthorizon.danube.http.logging
 

Classes in org.abstracthorizon.danube.http.logging that implement PatternProcessor
 class HTTPPatternProcessor
          This processor adds following pattern codes: %b - bytes sent excluding headers or "-" if nothing %B - bytes sent excluding headers or 0 if nothing %H - request protocol %l - always "-" %m - request method %q - query string %r - first line of the request %s - status code of the response %>s - status code of the response (same as %s) %S - user session ID (not implemented yet) %u - remote authenticated user (not implemented yet) %U - requested url path %v - server local name (not implemented yet)
 

Uses of PatternProcessor in org.abstracthorizon.danube.support.logging
 

Fields in org.abstracthorizon.danube.support.logging declared as PatternProcessor
protected  PatternProcessor[] AccessLogConnectionHandler.selectedProcessors
          Defined providers
 

Uses of PatternProcessor in org.abstracthorizon.danube.support.logging.patternsupport
 

Classes in org.abstracthorizon.danube.support.logging.patternsupport that implement PatternProcessor
 class CurrentDateTimeProcessor
          This processor adds %t parameter handling replacing it with the current date and time in Common Log Format (see Apache HTTP server)
 class HandlingTimeProcessor
          This processor adds %D and %T parameters handling.
 class SocketDetailsProcessor
          This processor handles following parameters (if present): %A - local IP address %a - remote IP address %p - local port number %h - remote host name
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.