protected abstract class MultipageSearchEngine.SearchEngineResponseCallable extends Object implements Callable<SearchEngineResponse>
Callable that increments page request count statistics
before the actual search is made.| Modifier | Constructor and Description |
|---|---|
protected |
MultipageSearchEngine.SearchEngineResponseCallable() |
| Modifier and Type | Method and Description |
|---|---|
SearchEngineResponse |
call() |
abstract SearchEngineResponse |
search()
Performs the actual search and returns the response.
|
protected MultipageSearchEngine.SearchEngineResponseCallable()
public final SearchEngineResponse call() throws Exception
call in interface Callable<SearchEngineResponse>Exceptionpublic abstract SearchEngineResponse search() throws Exception
Exception