Uses of Class
com.sshtools.synergy.nio.SshEngineContext
Packages that use SshEngineContext
-
Uses of SshEngineContext in com.sshtools.synergy.nio
Fields in com.sshtools.synergy.nio declared as SshEngineContextMethods in com.sshtools.synergy.nio that return SshEngineContextModifier and TypeMethodDescriptionSshEngine.getContext()Get the context for this Daemon.SocketConnection.getDaemonContext()Get the daemon process for this socket.Methods in com.sshtools.synergy.nio with parameters of type SshEngineContextModifier and TypeMethodDescriptionProtocolContextFactory.createContext(SshEngineContext daemonContext, SocketChannel sc) StaticContextFactory.createContext(SshEngineContext daemonContext, SocketChannel sc) DefaultSocketConnectionFactory.createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) SocketConnectionFactory.createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) -
Uses of SshEngineContext in com.sshtools.synergy.ssh
Methods in com.sshtools.synergy.ssh that return SshEngineContext