Uses of Interface
com.sshtools.synergy.nio.SelectorRegistrationListener
Packages that use SelectorRegistrationListener
-
Uses of SelectorRegistrationListener in com.sshtools.synergy.nio
Subinterfaces of SelectorRegistrationListener in com.sshtools.synergy.nioModifier and TypeInterfaceDescriptioninterfaceAn interface for the NIO framework to connect outgoing sockets.interfaceAn interface used by theSelectorThreadto notify an object of when a read or write event has occurred.Classes in com.sshtools.synergy.nio that implement SelectorRegistrationListenerModifier and TypeClassDescriptionclassThis class implements aSocketHandlerusing a standard socket. -
Uses of SelectorRegistrationListener in com.sshtools.synergy.nio.ssl
Classes in com.sshtools.synergy.nio.ssl that implement SelectorRegistrationListenerModifier 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 SelectorRegistrationListener in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh that implement SelectorRegistrationListenerModifier 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.