|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.gears.UrlInterceptHandlerGears.ServiceRequest
public static class UrlInterceptHandlerGears.ServiceRequest
Object passed to the native side, containing information about the URL to service.
| Constructor Summary | |
|---|---|
UrlInterceptHandlerGears.ServiceRequest(String url,
Map<String,String[]> requestHeaders)
Initialize members on construction. |
|
| Method Summary | |
|---|---|
String |
getRequestHeader(String header)
Get the value associated with a request header key, if any. |
String |
getUrl()
Returns the URL being requested. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrlInterceptHandlerGears.ServiceRequest(String url,
Map<String,String[]> requestHeaders)
url - The URL being requested.requestHeaders - Headers associated with the request,
or null if none.
Map of lowercase key to [ unmodified key, value ].| Method Detail |
|---|
public String getUrl()
public String getRequestHeader(String header)
header - The key to find, case insensitive.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||