Package com.sshtools.server.callback
Interface CallbackRegistrationService
- All Superinterfaces:
SshOptionsResolver
- All Known Implementing Classes:
InMemoryCallbackRegistrationService
-
Method Summary
Modifier and TypeMethodDescriptiongetCallbackByUUID
(String uuid) Collection<? extends Callback>
boolean
isRegistered
(String uuid) void
registerCallbackClient
(com.sshtools.common.ssh.SshConnection con) void
Methods inherited from interface com.sshtools.vsession.commands.ssh.SshOptionsResolver
matchDestinations, resolveOptions
-
Method Details
-
getCallbacks
Collection<? extends Callback> getCallbacks() -
getCallbackByUUID
-
registerCallbackClient
void registerCallbackClient(com.sshtools.common.ssh.SshConnection con) -
unregisterCallbackClient
-
isRegistered
-