|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in com.zenkey.net.prowser |
---|
Methods in com.zenkey.net.prowser that return Response | |
---|---|
Response |
Tab.getResponse()
Returns the most recently generated Response . |
Response |
Request.getResponse()
Returns the most recent Response that resulted from this
Request . |
Response |
Tab.go(Request request)
Executes the specified Request and returns a new
Response object. |
Response |
Tab.go(String uri)
Creates a new Request object from the specified URI string,
executes the request, and then returns a new Response object. |
Response |
Tab.go(URI uri)
Creates a new Request object from the specified URI object,
executes the request, and then returns a new Response object. |
Response |
Tab.goBack()
Simulates the action of a web browser's Back button by returning the previous page in the history list. |
Response |
Tab.goForward()
Simulates the action of a web browser's Forward button by returning the next page in the history list. |
Response |
Tab.goHome()
Simulates the action of a web browser's Home button. |
Response |
Tab.jumpBack(int pagesBack)
Returns (from the history list) a previously visited page that was originally requested prior to the "current" page. |
Response |
Tab.jumpForward(int pagesForward)
Returns (from the history list) a previously visited page that was originally requested after to the "current" page. |
Response |
Tab.refresh()
Simulates the action of a web browser's Refresh button. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |