Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionTask |
Modifier and Type | Method and Description |
---|---|
protected ConnectionAwareTask |
Channel.createCloseTask(boolean forceClose) |
Modifier and Type | Method and Description |
---|---|
void |
TransportProtocol.addChannelTask(ConnectionAwareTask task) |
void |
TransportProtocol.addIncomingTask(ConnectionAwareTask r) |
void |
TransportProtocol.addOutgoingTask(ConnectionAwareTask r) |
protected void |
Subsystem.executeOperation(ConnectionAwareTask r) |
protected void |
SessionChannel.executeTask(ConnectionAwareTask task) |
protected void |
Channel.executeTask(ConnectionAwareTask task) |
protected void |
Subsystem.flagClose(ConnectionAwareTask r) |
protected void |
SftpSubsystem.flagClose(ConnectionAwareTask task) |
Copyright © 2024. All rights reserved.