mmhttp.server
Class LogData
java.lang.Object
mmhttp.server.LogData
- All Implemented Interfaces:
- java.lang.Cloneable
public class LogData
- extends java.lang.Object
- implements java.lang.Cloneable
An object representing all the loggable data of a request.
Method Summary |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
host
public java.lang.String host
time
public java.util.GregorianCalendar time
requestLine
public java.lang.String requestLine
status
public int status
size
public int size
username
public java.lang.String username
LogData
public LogData()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2009 Micah Martin. All Rights Reserved.