-
-
-
class TopologyConnectorServlet extends javax.servlet.http.HttpServlet implements
Serializable
-
Serialized Fields
-
announcementRegistry
AnnouncementRegistry announcementRegistry
-
clusterViewService
ClusterViewService clusterViewService
-
config
BaseConfig config
-
httpService
org.osgi.service.http.HttpService httpService
-
logger
org.slf4j.Logger logger
-
plaintextWhitelist
Set<String> plaintextWhitelist
Set of plaintext whitelist entries - for faster lookups
-
requestValidator
TopologyRequestValidator requestValidator
-
whitelist
List<WhitelistEntry> whitelist
This list contains WhitelistEntry (ips/hostnames, cidr, wildcards),
each filtering some hostname/addresses that are allowed to connect to this servlet.