Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteForwardingFactoryImpl
This class implements the standard socket based forwarding for the SSHD.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionProtocol,Class<? extends RemoteForwardingFactory>> |
ForwardingManager.forwardingFactories |
protected Map<Integer,RemoteForwardingFactory> |
ForwardingManager.listeningPorts |
Modifier and Type | Method and Description |
---|---|
RemoteForwardingFactory |
RemoteForwardingManager.getRemoteForwardingFactory(int port)
Get the
RemoteForwardingFactory implementation for a given port. |
Modifier and Type | Method and Description |
---|---|
Class<? extends RemoteForwardingFactory> |
SshContext.getRemoteForwardingFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteForwardingManager.registerConnection(ConnectionProtocol connection,
Class<? extends RemoteForwardingFactory> remoteForwardingFactoryImpl)
Register a connection with the forwarding manager.
|
void |
SshContext.setRemoteForwardingFactoryImpl(Class<? extends RemoteForwardingFactory> remoteForwardingChannelFactory) |
Copyright © 2024. All rights reserved.