Class UserAgentManager

java.lang.Object
page.codeberg.friedolyn.meta.Downloadable
page.codeberg.friedolyn.configuration.client.UserAgentManager

public class UserAgentManager extends Downloadable
A utility class to manage a collection of user agents for different clients and platforms. The default user agents shipped with the application are available statically and can be accessed with getDefaultUserAgents(). If a custom (up-to-date) user-agent collection should be used, it is necessary to create an instance of this class and import the user agents from a file or JSON string.
See Also: