public abstract class ForwardingManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<ConnectionProtocol,Class<? extends RemoteForwardingFactory>> |
forwardingFactories |
protected Map<Integer,RemoteForwardingFactory> |
listeningPorts |
| Constructor and Description |
|---|
ForwardingManager() |
| Modifier and Type | Method and Description |
|---|---|
static ForwardingManager |
getInstance(Class<? extends ForwardingManager> forwardingManagerImpl,
Daemon daemon)
Get the singleton instance of a remote forwarding manager implementation.
|
protected Map<ConnectionProtocol,Class<? extends RemoteForwardingFactory>> forwardingFactories
protected Map<Integer,RemoteForwardingFactory> listeningPorts
public static ForwardingManager getInstance(Class<? extends ForwardingManager> forwardingManagerImpl, Daemon daemon) throws IOException
remoteForwardingManagerImpl - ClassIOExceptionCopyright © 2025. All rights reserved.