Uses of Annotation Interface
org.eblocker.server.common.startup.SubSystemService
Packages that use SubSystemService
Package
Description
-
Uses of SubSystemService in org.eblocker.server.app
Classes in org.eblocker.server.app with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common
Methods in org.eblocker.server.common with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.blacklist
Classes in org.eblocker.server.common.blacklist with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.blocker
Classes in org.eblocker.server.common.blocker with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.data
Classes in org.eblocker.server.common.data with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.data.migrations
Classes in org.eblocker.server.common.data.migrations with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.data.statistic
Classes in org.eblocker.server.common.data.statistic with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.malware
Classes in org.eblocker.server.common.malware with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.network
Classes in org.eblocker.server.common.network with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis class listens for messages on a Redis channel, that announce a new IP address, which was assigned to networkInterfaces via DHCP.classRuns an external IPv6 address monitor and notifies the NetworkInterfaceWrapper when IPv6 addresses are added to or deleted from the interfaceclassDetects that an IPv6 network prefix has changed and notifies listeners.classclassNetwork utilitiesclassThe network state machine processes events (e.g. when a new network configuration is received by the NetworkController) and changes the network state accordingly using the NetworkServices.classThis class is opening a Telnet connection to the Tor Control-Port, which should be activated in the 'torrc'-config file by including:classProvides a mapping from country names to country codes.class -
Uses of SubSystemService in org.eblocker.server.common.network.unix
Classes in org.eblocker.server.common.network.unix with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.openvpn
Classes in org.eblocker.server.common.openvpn with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis class makes all the work which is asked for by the OpenVpnController (REST Interface). -
Uses of SubSystemService in org.eblocker.server.common.openvpn.server
Classes in org.eblocker.server.common.openvpn.server with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassWhen a remote device connects to or disconnects from eBlocker's OpenVPN server, a script is called which triggers this class via Redis' publish/subscribe mechanism. -
Uses of SubSystemService in org.eblocker.server.common.registration
Classes in org.eblocker.server.common.registration with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.service
Classes in org.eblocker.server.common.service with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.common.squid
Classes in org.eblocker.server.common.squid with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis class is able to rewrite ACL files which are used in the squid config file; In addition it is able to tell squid, that the configuration changed and a reload is neccessary.class -
Uses of SubSystemService in org.eblocker.server.common.ssl
Classes in org.eblocker.server.common.ssl with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassclassclass -
Uses of SubSystemService in org.eblocker.server.common.update
Classes in org.eblocker.server.common.update with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis class is used to automatically run the system updates every day in a given time frame at a random time, so that the chance that all eBlocker devices try to request the server for updates at the same time is low. -
Uses of SubSystemService in org.eblocker.server.http.security
Classes in org.eblocker.server.http.security with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis pre-processor verifies that the current dashboard user has access to routes that are flagged with VERIFY_DEVICE_ID or VERIFY_USER_ID. -
Uses of SubSystemService in org.eblocker.server.http.server
Classes in org.eblocker.server.http.server with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassThis RestExpress server provides a REST JSON API for the toolbar and admin interface.classThis class handles the creation of the signed SSL certificate for the ICAP server It is able to return a SSLContext for the RestExpress server You must call the init() method, to make sure the certificates are available, before making use of other methods of this class. -
Uses of SubSystemService in org.eblocker.server.http.service
Classes in org.eblocker.server.http.service with annotations of type SubSystemServiceModifier and TypeClassDescriptionclassclassclassclassPossible improvements: * Never whitelist a domain name for which a pattern blocker URL exists ____+ prevents whitelisting when a popular tracker URL leads to random connection errors ____- if the domain of a blocker URL is rather generic (i.e. amazon.com), ATA will never whitelist it ____?classclassclassMessageCenterService Asynchronously add/update/delete messages by executing set of MessageFactories. Provide cache of current messages. Remember, which device saw a certain message already. Persist, which device saw a certain message already. Remember, if a certain message has been flagged as "never show again".classclassclassclassclassclassclassclassclass -
Uses of SubSystemService in org.eblocker.server.icap.filter
Classes in org.eblocker.server.icap.filter with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.icap.filter.bpjm
Classes in org.eblocker.server.icap.filter.bpjm with annotations of type SubSystemService -
Uses of SubSystemService in org.eblocker.server.icap.server
Classes in org.eblocker.server.icap.server with annotations of type SubSystemService