@Singleton public class ProxyInfoSystem extends InfoSystem
connectionSystem, infoRequestFactory, logger, serverInfo, webServer
Constructor and Description |
---|
ProxyInfoSystem(InfoRequestFactory infoRequestFactory,
ConnectionSystem connectionSystem,
ServerInfo serverInfo,
dagger.Lazy<WebServer> webServer,
com.djrapitops.plugin.logging.console.PluginLogger logger) |
Modifier and Type | Method and Description |
---|---|
void |
runLocally(InfoRequest infoRequest)
Run the InfoRequest locally.
|
disable, enable, generateAnalysisPage, generateAndCachePlayerPage, getConnectionSystem, requestSetUp, sendRequest
@Inject public ProxyInfoSystem(InfoRequestFactory infoRequestFactory, ConnectionSystem connectionSystem, ServerInfo serverInfo, dagger.Lazy<WebServer> webServer, com.djrapitops.plugin.logging.console.PluginLogger logger)
public void runLocally(InfoRequest infoRequest) throws WebException
InfoSystem
No calls from non-async thread found on 09.02.2018
runLocally
in class InfoSystem
infoRequest
- InfoRequest to run.WebException
- If fails.