public class Request
extends Object 
A request to a server.
- 
Nested Class SummaryNested Classes 
- 
Constructor SummaryConstructors 
- 
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
- 
- 
setURLpublic void setURL(WebURL aURL) Sets the URL. 
- 
getSiteReturns the site for the request. 
- 
getTypeReturns the type of request. 
- 
setTypeSets the type of request. 
- 
toStringStandard toString implementation. 
- Overrides:
- toStringin class- Object