|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.settings.AbstractSettings
com.limegroup.gnutella.settings.LimeProps
com.limegroup.gnutella.settings.SearchSettings
Settings for searches.
Field Summary | |
static BooleanSetting |
GUESS_ENABLED
Setting for whether or not GUESS searching is enabled. |
static CharArraySetting |
ILLEGAL_CHARS
Setting for the characters that are not allowed in search strings |
static IntSetting |
MAX_QUERY_LENGTH
Setting for the maximum number of bytes to allow in queries. |
static IntSetting |
MAX_XML_QUERY_LENGTH
Setting for the maximum number of bytes to allow in XML queries. |
static IntSetting |
MINIMUM_SEARCH_QUALITY
The minimum quality (number of stars) for search results to display. |
static IntSetting |
MINIMUM_SEARCH_SPEED
The minimum speed for search results to display. |
static IntSetting |
PARALLEL_SEARCH
The maximum number of simultaneous searches to allow. |
static ByteSetting |
PROBE_TTL
The TTL for probe queries. |
Fields inherited from class com.limegroup.gnutella.settings.LimeProps |
FACTORY |
Methods inherited from class com.limegroup.gnutella.settings.LimeProps |
instance |
Methods inherited from class com.limegroup.gnutella.settings.AbstractSettings |
getFactory, getProperties, getPropertiesFile, getShouldSave, reload, revertToDefault, save, setShouldSave |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final BooleanSetting GUESS_ENABLED
public static final ByteSetting PROBE_TTL
public static final CharArraySetting ILLEGAL_CHARS
public static final IntSetting MAX_QUERY_LENGTH
public static final IntSetting MAX_XML_QUERY_LENGTH
public static final IntSetting MINIMUM_SEARCH_QUALITY
public static final IntSetting MINIMUM_SEARCH_SPEED
public static final IntSetting PARALLEL_SEARCH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |