Uses of Class
com.biglybt.core.metasearch.SearchException
-
-
Uses of SearchException in com.biglybt.core.metasearch
Subclasses of SearchException in com.biglybt.core.metasearch Modifier and Type Class Description class
SearchLoginException
Methods in com.biglybt.core.metasearch that throw SearchException Modifier and Type Method Description Result[]
Engine. search(SearchParameter[] searchParameters, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of SearchException in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl that throw SearchException Modifier and Type Method Description Result[]
EngineImpl. search(SearchParameter[] params, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
protected Result[]
EngineImpl. searchAndMap(SearchParameter[] params, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
protected abstract Result[]
EngineImpl. searchSupport(SearchParameter[] params, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of SearchException in com.biglybt.core.metasearch.impl.plugin
Methods in com.biglybt.core.metasearch.impl.plugin that throw SearchException Modifier and Type Method Description protected Result[]
PluginEngine. searchSupport(SearchParameter[] params, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of SearchException in com.biglybt.core.metasearch.impl.web
Methods in com.biglybt.core.metasearch.impl.web that throw SearchException Modifier and Type Method Description protected WebEngine.pageDetails
WebEngine. getWebPageContent(SearchParameter[] searchParameters, java.util.Map<java.lang.String,java.lang.String> searchContext, java.lang.String headers, boolean only_if_modified)
protected WebEngine.pageDetails
WebEngine. getWebPageContent(SearchParameter[] searchParameters, java.util.Map<java.lang.String,java.lang.String> searchContext, java.lang.String headers, boolean only_if_modified, WebEngine.pageDetailsVerifier verifier)
private WebEngine.pageDetails
WebEngine. getWebPageContentSupport(java.net.Proxy proxy, java.lang.String proxy_host, java.lang.String searchURL, SearchParameter[] searchParameters, java.util.Map<java.lang.String,java.lang.String> searchContext, java.lang.String headers, boolean only_if_modified)
void
WebEngine.pageDetailsVerifier. verify(WebEngine.pageDetails details)
-
Uses of SearchException in com.biglybt.core.metasearch.impl.web.json
Methods in com.biglybt.core.metasearch.impl.web.json that throw SearchException Modifier and Type Method Description protected Result[]
JSONEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of SearchException in com.biglybt.core.metasearch.impl.web.regex
Methods in com.biglybt.core.metasearch.impl.web.regex that throw SearchException Modifier and Type Method Description protected Result[]
RegexEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int o_absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of SearchException in com.biglybt.core.metasearch.impl.web.rss
Methods in com.biglybt.core.metasearch.impl.web.rss that throw SearchException Modifier and Type Method Description protected Result[]
RSSEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-