|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.browser.field2.BrowserFieldRequest
public class BrowserFieldRequest
Constructor Summary | ||
---|---|---|
BrowserFieldRequest(String url)
|
||
BrowserFieldRequest(String url,
byte[] postData,
HttpHeaders headers)
Creates a new BrowserFieldRequest instance. |
Method Summary | ||
---|---|---|
HttpHeaders |
getHeaders()
Retrieves the HTTP headers from this request. |
|
byte[] |
getPostData()
Retrieves the post data from this request. |
|
String |
getProtocol()
|
|
String |
getURL()
Retrieves the URL from this request. |
|
void |
setURL(String url)
Sets the URL for this request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserFieldRequest(String url)
public BrowserFieldRequest(String url, byte[] postData, HttpHeaders headers)
src
- Source that generated this request.url
- URL associated with the request.postData
- data for a POST request, or null if the request uses the GET method.headers
- HTTP headers.Method Detail |
---|
public String getURL()
public void setURL(String url)
url
- new URL to set for this request.public String getProtocol()
public byte[] getPostData()
public HttpHeaders getHeaders()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal