Package | Description |
---|---|
com.maverick.events | |
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.events | |
com.maverick.sshd.platform |
This package contains the interfaces that are required to be
implemented to create an SSH server implementation.
|
com.maverick.sshd.sftp | |
com.maverick.sshd.vfs |
This package contains a Virtual File System which implements a
platform independent version of the NativeFileSystemProvider.
|
com.sshtools.proxy |
Modifier and Type | Method and Description |
---|---|
Event |
Event.addAttribute(String key,
Object value)
Add an attribute to the event
|
Modifier and Type | Method and Description |
---|---|
void |
EventTrigger.fireEvent(Event evt) |
void |
EventServiceImplementation.fireEvent(Event evt)
Send an SSH Event to each registered listener
|
void |
EventService.fireEvent(Event evt)
Fire an Event at all EventListeners that have registered an interest in events.
|
void |
EventListener.processEvent(Event evt)
Invoked when an event occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.fireEvent(Event event) |
void |
Connection.fireEvent(Event evt) |
Modifier and Type | Class and Description |
---|---|
class |
SSHDEvent
Superclass of all events that may be fired during the life of SSHD.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystem.populateEvent(Event event)
Deprecated.
Populate any extra fields in a file system event.
|
Modifier and Type | Method and Description |
---|---|
Event |
ReadOnlyFileFactoryAdapter.populateEvent(Event evt) |
Event |
DirectFileFactory.populateEvent(Event evt) |
Event |
AbstractFileFactory.populateEvent(Event evt) |
Modifier and Type | Method and Description |
---|---|
Event |
ReadOnlyFileFactoryAdapter.populateEvent(Event evt) |
Event |
DirectFileFactory.populateEvent(Event evt) |
void |
AbstractFileSystem.populateEvent(Event evt) |
Event |
AbstractFileFactory.populateEvent(Event evt) |
Modifier and Type | Method and Description |
---|---|
Event |
VirtualFileFactory.populateEvent(Event evt) |
Event |
VFSFileFactory.populateEvent(Event evt) |
Modifier and Type | Method and Description |
---|---|
Event |
VirtualFileFactory.populateEvent(Event evt) |
Event |
VFSFileFactory.populateEvent(Event evt) |
Modifier and Type | Method and Description |
---|---|
Event |
ProxyFileFactory.populateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
ProxyFileFactory.populateEvent(Event event) |
Copyright © 2024. All rights reserved.