- saveContent(File) - Method in class com.sk89q.squirrelid.util.HttpRequest.BufferedResponse
-
Save the result to a file.
- saveContent(OutputStream) - Method in class com.sk89q.squirrelid.util.HttpRequest.BufferedResponse
-
Save the result to an output stream.
- saveContent(File) - Method in class com.sk89q.squirrelid.util.HttpRequest
-
Save the result to a file.
- saveContent(OutputStream) - Method in class com.sk89q.squirrelid.util.HttpRequest
-
Save the result to an output stream.
- setMaxRetries(int) - Method in class com.sk89q.squirrelid.resolver.HttpRepositoryService
-
Set the maximum number of HTTP request retries.
- setName(String) - Method in class com.sk89q.squirrelid.Profile
-
Create a copy of this profile but with a new name.
- setProfilesPerJob(int) - Method in class com.sk89q.squirrelid.resolver.ParallelProfileService
-
Set the upper bound number of profiles to find per thread.
- setRetryDelay(long) - Method in class com.sk89q.squirrelid.resolver.HttpRepositoryService
-
Set the number of milliseconds to delay after each failed HTTP request,
doubling each time until success or total failure.
- setUniqueId(UUID) - Method in class com.sk89q.squirrelid.Profile
-
Create a copy of this profile but with a new UUID.
- SQLiteCache - Class in com.sk89q.squirrelid.cache
-
An implementation of a UUID cache using a SQLite database.
- SQLiteCache(File) - Constructor for class com.sk89q.squirrelid.cache.SQLiteCache
-
Create a new instance.