Package com.inductiveautomation.snap.web
Class Request
- java.lang.Object
- 
- com.inductiveautomation.snap.web.Request
 
- 
 public class Request extends java.lang.ObjectA request to a server.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRequest.Type
 - 
Constructor SummaryConstructors Constructor Description Request()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSitegetSite()Returns the site for the request.Request.TypegetType()Returns the type of request.WebURLgetURL()Returns the URL.voidsetType(Request.Type aType)Sets the type of request.voidsetURL(WebURL aURL)Sets the URL.java.lang.StringtoString()Standard toString implementation.
 
- 
- 
- 
Method Detail- 
getURLpublic WebURL getURL() Returns the URL.
 - 
setURLpublic void setURL(WebURL aURL) Sets the URL.
 - 
getSitepublic WebSite getSite() Returns the site for the request.
 - 
getTypepublic Request.Type getType() Returns the type of request.
 - 
setTypepublic void setType(Request.Type aType) Sets the type of request.
 - 
toStringpublic java.lang.String toString() Standard toString implementation.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-