|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.unamur.inference.web.UserRequest
public class UserRequest
This object encapsulate user requests for web log entries.
| Constructor Summary | |
|---|---|
UserRequest(String client,
Date time,
String requestType,
String resource,
String[] parameters,
String[] parametersValues)
Creates a new request based on the given values. |
|
| Method Summary | |
|---|---|
String |
getClient()
Returns the client who has issued the request. |
String[] |
getParameters()
Return the parameter names of the request. |
String[] |
getParametersValues()
Return the parameter values of the request. |
String |
getRequestType()
Returns the request type. |
String |
getResource()
Returns the requested resource. |
Date |
getTime()
Returns the time of the request. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserRequest(String client,
Date time,
String requestType,
String resource,
String[] parameters,
String[] parametersValues)
client - The client issuing the request (e.g., IP adresss or host
name).time - The time at which the request has been issued.requestType - The type of the request (e.g., HEAD, POST, GET)resource - The requested resource.parameters - The parameters provided when the request is made. Has
to be the same size as parametersValues.parametersValues - The parameters values when the request is made.
Has to be the same size as parameters.| Method Detail |
|---|
public String getClient()
public Date getTime()
public String getRequestType()
public String getResource()
public String[] getParameters()
public String[] getParametersValues()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||