<< Click to Display Table of Contents >>
OZHTTPStoreLogTarget
This interface provides HTTP store related information.
Method Detail
getURL
public String getURL()
Gets the URL requested by the client.
getHTTPAccessTime
public long getHTTPAccessTime()
Gets the time taken for the files in the HTTP path requested by the client to be received.(Unit: Milliseconds)
getHTTPAccessState
public String getHTTPAccessState()
Gets whether the file of the HTTP path requested by the client successfully executed.
If successful return "true", else return "false:error message".