Uses of Interface
com.sshtools.synergy.nio.SocketHandler
Packages that use SocketHandler
-
Uses of SocketHandler in com.sshtools.synergy.nio
Classes in com.sshtools.synergy.nio that implement SocketHandlerModifier and TypeClassDescriptionclassThis class implements aSocketHandlerusing a standard socket.Methods in com.sshtools.synergy.nio with parameters of type SocketHandlerModifier and TypeMethodDescriptionvoidSshEngine.registerHandler(SocketHandler handler, SelectableChannel channel) Register a socket handler with the daemon.voidSshEngine.registerHandler(SocketHandler handler, SelectableChannel channel, SelectorThread thread) Register a socket handler with the daemon. -
Uses of SocketHandler in com.sshtools.synergy.nio.ssl
Classes in com.sshtools.synergy.nio.ssl that implement SocketHandlerModifier and TypeClassDescriptionclassThis class implements an SSL socket connection for the custom server.classThis class implements an SSL socket connection for the custom server. -
Uses of SocketHandler in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh that implement SocketHandlerModifier and TypeClassDescriptionclassLocalForwardingChannel<T extends SshContext>Implements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine.classRemoteForwardingChannel<T extends SshContext>Implements a Remote forwarding channel for use with forwarding sockets from the server machine through the client to some endpoint reachable from the client machine.classSocketForwardingChannel<T extends SshContext>An abstract forwarding channel implementation for use with forwarding both local and remote sockets.