Class OpenVpnChannel
java.lang.Object
org.eblocker.server.common.openvpn.OpenVpnChannel
This class will be listening via PubSub to the Redis channel "vpn_profile_status:$ID:in" and expect messages in the format:
[STATUS: up/down/error...]
-
Constructor Summary
ConstructorsConstructorDescriptionOpenVpnChannel(Executor executor, PubSubService pubSubService, int id, OpenVpnChannelListener listener) -
Method Summary
-
Constructor Details
-
OpenVpnChannel
@Inject public OpenVpnChannel(Executor executor, PubSubService pubSubService, int id, OpenVpnChannelListener listener)
-
-
Method Details
-
start
public void start() -
stop
public void stop()
-