Package org.web3j.protocol.core.filters
Class LogFilter
Log filter handler.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFilterLogs(BigInteger filterId) Retrieves historic filters for the filter with the given id.protected voidprocess(List<EthLog.LogResult> logResults) protected EthFilterMethods inherited from class org.web3j.protocol.core.filters.Filter
cancel, run, uninstallFilter
-
Field Details
-
ethFilter
-
-
Constructor Details
-
LogFilter
-
-
Method Details
-
sendRequest
- Specified by:
sendRequestin classFilter<Log>- Throws:
IOException
-
process
-
getFilterLogs
Description copied from class:FilterRetrieves historic filters for the filter with the given id. Getting historic logs is not supported by all filters. If not the method should return an empty EthLog object- Specified by:
getFilterLogsin classFilter<Log>- Parameters:
filterId- Id of the filter for which the historic log should be retrieved- Returns:
- Historic logs, or an empty optional if the filter cannot retrieve historic logs
-