| Constructor and Description |
|---|
LogsFilter(Web3j web3j,
Callback<java.util.List<Log>> callback,
EthFilter ethFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<Request<?,EthLog>> |
getFilterLogs(java.math.BigInteger filterId)
Retrieves historic filters for the filter with the given id.
|
protected void |
process(java.util.List<EthLog.LogResult> logResults) |
protected EthFilter |
sendRequest() |
cancel, run, uninstallFilterprotected EthFilter sendRequest() throws java.io.IOException
sendRequest in class Filter<java.util.List<Log>>java.io.IOExceptionprotected void process(java.util.List<EthLog.LogResult> logResults)
protected java.util.Optional<Request<?,EthLog>> getFilterLogs(java.math.BigInteger filterId)
FiltergetFilterLogs in class Filter<java.util.List<Log>>filterId - Id of the filter for which the historic log should be retrieved