Package org.freenetproject
Interface ForwardPortCallback
public interface ForwardPortCallback
Callback called by port forwarding plugins to indicate success or failure.
- Author:
- toad
-
Method Summary
Modifier and TypeMethodDescriptionvoid
portForwardStatus
(Map<ForwardPort, ForwardPortStatus> statuses) Called to indicate status on one or more forwarded ports.
-
Method Details
-
portForwardStatus
Called to indicate status on one or more forwarded ports.
-