Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CaseDbAccessQueryCallback.
Public Member Functions | |
void | process (ResultSet resultSet) |
Private Member Functions | |
DomainCallback (SleuthkitCase skc) | |
InterruptedException | getInterruptedException () |
List< Result > | getResultDomains () |
SQLException | getSQLException () |
TskCoreException | getTskCoreException () |
Private Attributes | |
final Set< String > | bannedDomains |
TskCoreException | coreCause |
InterruptedException | interruptedException |
final List< Result > | resultDomains |
final SleuthkitCase | skc |
SQLException | sqlCause |
Callback to handle the result set of the domain query. This callback is responsible for mapping result set rows into ResultDomain objects for display.
Definition at line 276 of file DomainSearchCacheLoader.java.
|
private |
Construct a new DomainCallback object.
skc | The case database for the query being performed. |
Definition at line 296 of file DomainSearchCacheLoader.java.
References org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.skc.
|
private |
Get the interrupted exception if the processing thread was interrupted.
Definition at line 377 of file DomainSearchCacheLoader.java.
References org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.interruptedException.
|
private |
Get the list of Result object for the domains which were in the search results.
Definition at line 349 of file DomainSearchCacheLoader.java.
|
private |
Get the SQLEception in an exception occurred.
Definition at line 358 of file DomainSearchCacheLoader.java.
References org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.sqlCause.
|
private |
Get the TskCoreException if a SQL exception occurred.
Definition at line 367 of file DomainSearchCacheLoader.java.
References org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.coreCause.
void org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.process | ( | ResultSet | resultSet | ) |
Definition at line 302 of file DomainSearchCacheLoader.java.
|
private |
Definition at line 284 of file DomainSearchCacheLoader.java.
|
private |
Definition at line 281 of file DomainSearchCacheLoader.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.getTskCoreException().
|
private |
Definition at line 282 of file DomainSearchCacheLoader.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.getInterruptedException().
|
private |
Definition at line 278 of file DomainSearchCacheLoader.java.
|
private |
Definition at line 279 of file DomainSearchCacheLoader.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.DomainCallback().
|
private |
Definition at line 280 of file DomainSearchCacheLoader.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DomainSearchCacheLoader.DomainCallback.getSQLException().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.