Interface | Description |
---|---|
CacheRequest |
Interface for all InfoRequests that cache something into RequestCache.
|
GenerateRequest |
Interface for all InfoRequests that generate something.
|
InfoRequest |
Represents a request that Plan servers can send each other.
|
SetupRequest |
InfoRequest that is related to initial communications.
|
WideRequest |
InfoRequest that should be relayed to all Bukkit servers.
|
Class | Description |
---|---|
CacheAnalysisPageRequest |
InfoRequest used to place HTML of a server to ResponseCache.
|
CacheInspectPageRequest |
InfoRequest used to place HTML of a player to ResponseCache.
|
CacheInspectPluginsTabRequest | Deprecated
Marked for removal when the connection system will be removed.
|
CheckConnectionRequest |
InfoRequest used for Checking Bukkit-Bungee connections.
|
GenerateAnalysisPageRequest |
InfoRequest to generate Analysis page HTML at the receiving end.
|
GenerateInspectPageRequest |
InfoRequest for Generating Inspect page on receiving WebServer.
|
GenerateInspectPluginsTabRequest | Deprecated
Marked for removal when the connection system will be removed.
|
InfoRequestFactory |
Factory for
InfoRequest objects used for server-server communications. |
InfoRequestFactory.Handlers | |
InfoRequests |
Map object that holds
InfoRequest objects used for handling incoming requests. |
InfoRequestWithVariables |
Abstract InfoRequest that contains variables in request body.
|
SaveDBSettingsRequest |
InfoRequest for sending Database config settings to Bukkit servers.
|
SendDBSettingsRequest |
InfoRequest used for requesting DB settings from Bungee.
|