Uses of Class
me.hsgamer.hscore.web.UserAgent
Packages that use UserAgent
Package
Description
Contains the checker for the GitHub repository
Contains the checker for Modrinth
Contains the checker for Polymart
Contains the checker for SpigotMC
Contains the implementation of the downloader classes with JSON
Contains the
InputStreamLoader
implementation for the URLContains the classes to work with Web connections
-
Uses of UserAgent in me.hsgamer.hscore.checker.github
Constructors in me.hsgamer.hscore.checker.github with parameters of type UserAgentModifierConstructorDescriptionGithubCommitChecker
(String repo, String branch, UserAgent userAgent) Create a new checkerGithubReleaseChecker
(String repo, UserAgent userAgent) Create a new checker -
Uses of UserAgent in me.hsgamer.hscore.checker.modrinth
Constructors in me.hsgamer.hscore.checker.modrinth with parameters of type UserAgentModifierConstructorDescriptionModrinthVersionChecker
(String id, List<String> loaders, List<String> gameVersions, boolean featured, UserAgent userAgent) Create a version checkerModrinthVersionChecker
(String id, UserAgent userAgent) Create a version checker -
Uses of UserAgent in me.hsgamer.hscore.checker.polymart
Constructors in me.hsgamer.hscore.checker.polymart with parameters of type UserAgentModifierConstructorDescriptionPolymartVersionChecker
(int resourceId, UserAgent userAgent) Create a version checker -
Uses of UserAgent in me.hsgamer.hscore.checker.spigotmc
Constructors in me.hsgamer.hscore.checker.spigotmc with parameters of type UserAgentModifierConstructorDescriptionSpigotVersionChecker
(int resourceId, UserAgent userAgent) Create a version checker -
Uses of UserAgent in me.hsgamer.hscore.downloader.json
Constructors in me.hsgamer.hscore.downloader.json with parameters of type UserAgentModifierConstructorDescriptionJsonDownloadInfoLoader
(String dbUrl, UserAgent userAgent) Create a newJsonDownloadInfoLoader
-
Uses of UserAgent in me.hsgamer.hscore.downloader.webstream
Constructors in me.hsgamer.hscore.downloader.webstream with parameters of type UserAgentModifierConstructorDescriptionWebInputStreamLoader
(UserAgent userAgent) Create a newWebInputStreamLoader
-
Uses of UserAgent in me.hsgamer.hscore.web
Fields in me.hsgamer.hscore.web declared as UserAgent