public class Request
extends Object
A request to a server.
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Returns the site for the request.
Returns the type of request.
void
Sets the type of request.
void
Standard toString implementation.
-
-
Method Details
-
-
setURL
public void setURL(WebURL aURL)
Sets the URL.
-
getSite
Returns the site for the request.
-
getType
Returns the type of request.
-
setType
Sets the type of request.
-
toString
Standard toString implementation.
- Overrides:
toString
in class Object