Class sun.server.http.CommonLog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.CommonLog

java.lang.Object
   |
   +----sun.server.util.Log
           |
           +----sun.server.http.CommonLog

public class CommonLog
extends Log
A class used for logging HTTP requests in common log format.

Constructor Index

 o CommonLog()
Creates a new common log object.

Method Index

 o write(HttpRequest, HttpResponse)
Writes an entry to the log file in common log format

Constructors

 o CommonLog
  public CommonLog()
Creates a new common log object.

Methods

 o write
  public synchronized void write(HttpRequest req,
                                 HttpResponse res)
Writes an entry to the log file in common log format

All Packages  Class Hierarchy  This Package  Previous  Next  Index