Package com.sshtools.synergy.nio
Interface ClientConnector
- All Superinterfaces:
SelectorRegistrationListener
- All Known Implementing Classes:
LocalForwardingChannel,RemoteForwardingChannel
An interface for the NIO framework to connect outgoing sockets.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanComplete the connect operation.Methods inherited from interface com.sshtools.synergy.nio.SelectorRegistrationListener
registrationCompleted
-
Method Details
-
finishConnect
Complete the connect operation.- Parameters:
key- SelectionKey- Returns:
- boolean
-