Uses of Class
com.biglybt.core.metasearch.SearchException
Packages that use SearchException
Package
Description
-
Uses of SearchException in com.biglybt.core.metasearch
Subclasses of SearchException in com.biglybt.core.metasearchMethods in com.biglybt.core.metasearch that throw SearchExceptionModifier and TypeMethodDescriptionResult[]
Engine.search
(SearchParameter[] searchParameters, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) -
Uses of SearchException in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl that throw SearchExceptionModifier and TypeMethodDescriptionResult[]
EngineImpl.search
(SearchParameter[] params, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) protected Result[]
EngineImpl.searchAndMap
(SearchParameter[] params, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) protected abstract Result[]
EngineImpl.searchSupport
(SearchParameter[] params, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) -
Uses of SearchException in com.biglybt.core.metasearch.impl.plugin
Methods in com.biglybt.core.metasearch.impl.plugin that throw SearchExceptionModifier and TypeMethodDescriptionprotected Result[]
PluginEngine.searchSupport
(SearchParameter[] params, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) -
Uses of SearchException in com.biglybt.core.metasearch.impl.web
Methods in com.biglybt.core.metasearch.impl.web that throw SearchExceptionModifier and TypeMethodDescriptionprotected WebEngine.pageDetails
WebEngine.getWebPageContent
(SearchParameter[] searchParameters, Map<String, String> searchContext, String headers, boolean only_if_modified) protected WebEngine.pageDetails
WebEngine.getWebPageContent
(SearchParameter[] searchParameters, Map<String, String> searchContext, String headers, boolean only_if_modified, WebEngine.pageDetailsVerifier verifier) private WebEngine.pageDetails
WebEngine.getWebPageContentSupport
(Proxy proxy, String proxy_host, String searchURL, SearchParameter[] searchParameters, Map<String, String> searchContext, 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 SearchExceptionModifier and TypeMethodDescriptionprotected Result[]
JSONEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int absolute_max_matches, 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 SearchExceptionModifier and TypeMethodDescriptionprotected Result[]
RegexEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int o_absolute_max_matches, 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 SearchExceptionModifier and TypeMethodDescriptionprotected Result[]
RSSEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener)