|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequest | |
---|---|
org.lobobrowser.html | Context interfaces that need to be implemented in order to use the parser and renderer. |
org.lobobrowser.html.test | Contains test software classes and simple implementations of context interfaces. |
Uses of HttpRequest in org.lobobrowser.html |
---|
Methods in org.lobobrowser.html that return HttpRequest | |
---|---|
HttpRequest |
UserAgentContext.createHttpRequest()
Creates an instance of HttpRequest which
can be used by the renderer to load images, scripts, external style sheets,
and implement the Javascript XMLHttpRequest class (AJAX). |
Uses of HttpRequest in org.lobobrowser.html.test |
---|
Classes in org.lobobrowser.html.test that implement HttpRequest | |
---|---|
class |
SimpleHttpRequest
The SimpleHttpRequest class implements
the HttpRequest interface. |
Methods in org.lobobrowser.html.test that return HttpRequest | |
---|---|
HttpRequest |
SimpleUserAgentContext.createHttpRequest()
Creates a SimpleHttpRequest instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |