Uses of Class
page.codeberg.friedolyn.configuration.client.UserAgentManager.UserAgentCollection
Packages that use UserAgentManager.UserAgentCollection
-
Uses of UserAgentManager.UserAgentCollection in page.codeberg.friedolyn.configuration.client
Fields in page.codeberg.friedolyn.configuration.client declared as UserAgentManager.UserAgentCollectionModifier and TypeFieldDescriptionprivate static UserAgentManager.UserAgentCollection
UserAgentManager.DEFAULT_USER_AGENTS
Contains all the user agents for different clients and platforms that are available in the application by default.UserAgentManager.userAgents
Contains all the user agents for different clients and platforms that are available in the application.Methods in page.codeberg.friedolyn.configuration.client that return UserAgentManager.UserAgentCollectionModifier and TypeMethodDescriptionstatic @NonNull UserAgentManager.UserAgentCollection
Converts a given JSON string to aUserAgentManager.UserAgentCollection
object.static @NonNull UserAgentManager.UserAgentCollection
UserAgentManager.getDefaultUserAgents()
Returns the user-agent collection for different clients and platforms that is shipped with the application.@NonNull UserAgentManager.UserAgentCollection
UserAgentManager.getUserAgents()