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 |
SearchEngineResponseCallable() |
Modifier and Type | Method and Description |
---|---|
SearchEngineResponse |
call() |
abstract SearchEngineResponse |
search()
Performs the actual search and returns the response.
|
public final SearchEngineResponse call() throws Exception
call
in interface Callable<SearchEngineResponse>
Exception
public abstract SearchEngineResponse search() throws Exception
Exception