Uses of Interface
com.sshtools.synergy.nio.SelectionKeyAware
Packages that use SelectionKeyAware
-
Uses of SelectionKeyAware in com.sshtools.synergy.nio
Subinterfaces of SelectionKeyAware in com.sshtools.synergy.nioModifier and TypeInterfaceDescriptioninterfaceAn interface used by theSelectorThreadto notify an object of when a read or write event has occurred.Classes in com.sshtools.synergy.nio that implement SelectionKeyAwareModifier and TypeClassDescriptionclassThis class implements aSocketHandlerusing a standard socket. -
Uses of SelectionKeyAware in com.sshtools.synergy.nio.ssl
Classes in com.sshtools.synergy.nio.ssl that implement SelectionKeyAwareModifier 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 SelectionKeyAware in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh that implement SelectionKeyAwareModifier 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.