Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties Class Reference

Public Member Functions

String getHost ()
 
String getPort ()
 

Private Attributes

final String host
 
final String port
 

Detailed Description

Helper class to store the current server properties

Definition at line 1472 of file Server.java.

Member Function Documentation

String org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.getHost ( )

Get the host

Returns
host

Definition at line 1487 of file Server.java.

References org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.host.

String org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.getPort ( )

Get the port

Returns
port

Definition at line 1496 of file Server.java.

References org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.port.

Member Data Documentation

final String org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.host
private
final String org.sleuthkit.autopsy.keywordsearch.Server.IndexingServerProperties.port
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.