Uses of Interface
org.eblocker.server.common.pubsub.Subscriber
Packages that use Subscriber
Package
Description
-
Uses of Subscriber in org.eblocker.server.common.network
Classes in org.eblocker.server.common.network that implement SubscriberModifier and TypeClassDescriptionclassThis class listens for messages on a Redis channel, that announce a new IP address, which was assigned to networkInterfaces via DHCP.class -
Uses of Subscriber in org.eblocker.server.common.openvpn.server
Classes in org.eblocker.server.common.openvpn.server that implement SubscriberModifier 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 Subscriber in org.eblocker.server.common.pubsub
Methods in org.eblocker.server.common.pubsub with parameters of type SubscriberModifier and TypeMethodDescriptionvoidJedisPubSubService.subscribeAndLoop(String channel, Subscriber subscriber) voidPubSubService.subscribeAndLoop(String channel, Subscriber subscriber) Subscribe to a channel.voidJedisPubSubService.unsubscribe(Subscriber subscriber) voidPubSubService.unsubscribe(Subscriber subscriber) Constructors in org.eblocker.server.common.pubsub with parameters of type Subscriber