Uses of Class
com.sshtools.synergy.nio.SshEngine
Packages that use SshEngine
-
Uses of SshEngine in com.sshtools.synergy.nio
Fields in com.sshtools.synergy.nio declared as SshEngineMethods in com.sshtools.synergy.nio that return SshEngineModifier and TypeMethodDescriptionstatic SshEngineSshEngine.getDefaultInstance()SshEngineContext.getEngine()Get the instance of the SSHD for this context.Methods in com.sshtools.synergy.nio with parameters of type SshEngineModifier and TypeMethodDescriptionvoidSocketConnection.initialize(ProtocolEngine protocolEngine, SshEngine daemon, SelectableChannel channel) Initialize the socket with the protocol engine and the daemon process.voidSocketHandler.initialize(ProtocolEngine engine, SshEngine daemon, SelectableChannel channel) Initialise this socket with aProtocolEngineand the currentSshEngine.default voidSshEngineListener.interfaceCannotStart(SshEngine engine, ListeningInterface li, IOException ex) voidSshEngineListenerAdapter.interfaceCannotStart(SshEngine engine, ListeningInterface li, IOException ex) default voidSshEngineListener.interfaceCannotStop(SshEngine engine, ListeningInterface li, IOException e) voidSshEngineListenerAdapter.interfaceCannotStop(SshEngine engine, ListeningInterface li, IOException e) default voidSshEngineListener.interfaceStarted(SshEngine engine, ListeningInterface li) voidSshEngineListenerAdapter.interfaceStarted(SshEngine engine, ListeningInterface li) default voidSshEngineListener.interfaceStopped(SshEngine engine, ListeningInterface li) voidSshEngineListenerAdapter.interfaceStopped(SshEngine engine, ListeningInterface li) default voidvoiddefault voidSshEngineListener.shuttingDown(SshEngine engine) voidSshEngineListenerAdapter.shuttingDown(SshEngine engine) default voidvoiddefault voidvoid -
Uses of SshEngine in com.sshtools.synergy.ssh
Fields in com.sshtools.synergy.ssh declared as SshEngineMethods in com.sshtools.synergy.ssh that return SshEngineModifier and TypeMethodDescriptionSshContext.getEngine()Get the instance of the SSHD for this context.Methods in com.sshtools.synergy.ssh with parameters of type SshEngineModifier and TypeMethodDescriptionvoidInitialise the SshContext by setting the daemonvoidLocalForwardingChannel.initialize(ProtocolEngine engine, SshEngine daemon, SelectableChannel channel) voidRemoteForwardingChannel.initialize(ProtocolEngine engine, SshEngine daemon, SelectableChannel channel) voidSocketForwardingChannel.initialize(ProtocolEngine engine, SshEngine daemon) No initialisation is necessary so this method does nothing.Constructors in com.sshtools.synergy.ssh with parameters of type SshEngineModifierConstructorDescriptionSshContext(SshEngine daemon, ComponentManager componentManager, SecurityLevel securityLevel) Constructs a default context