public class SearchInfo
extends java.lang.Object
QueryConst.BING, YAHOO,
GOOGLE or SWOOGLE.| Modifier and Type | Field and Description |
|---|---|
int |
entriesPerPage
Number of search entries on a page.
|
java.net.URL |
htmlUri
The first page to retrieve.
|
int |
pageEntryNumber
Number of pages or entries to read, where the default value is 1.
|
java.lang.String |
searchTerm
The term to search for.
|
java.lang.String |
searchVendor
The search engine vendor.
|
int |
timeout
Timeout for the HTTP request, in milliseconds.
|
| Constructor and Description |
|---|
SearchInfo()
Create a new instance of SearchInfo
|
public int pageEntryNumber
public int entriesPerPage
public int timeout
public java.lang.String searchTerm
+,
for example, search+engine. Should be null for direct retrieval
of an already saved page.public java.lang.String searchVendor
QueryConst.BING, YAHOO, GOOGLE or SWOOGLE.public java.net.URL htmlUri