public class PublicKeySubsystem extends Subsystem
Modifier and Type | Field and Description |
---|---|
static String |
SUBSYSTEM_NAME |
Constructor and Description |
---|
PublicKeySubsystem() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanupSubsystem() |
protected String |
getName() |
protected void |
onMessageReceived(byte[] msg)
Called when a subsystem message has been extracted from the incoming data
stream.
|
protected void |
onSubsystemFree()
The subsystem has been closed and all resources should be freed.
|
cleanupOnError, executeOperation, flagClose, getConnection, getContext, getSession, init, onFreeMessage, parseMessage, postCleanup, processMessage, sendMessage
addOperationListener, addTask, cleanupOperations, clearQueue, endExecution, getOperationsCount, removeOperationListener, startExecution, startTask, taskAdded
public static final String SUBSYSTEM_NAME
protected String getName()
getName
in class ExecutorOperationSupport<SshContext>
protected void onSubsystemFree()
Subsystem
onSubsystemFree
in class Subsystem
protected void onMessageReceived(byte[] msg)
Subsystem
onMessageReceived
in class Subsystem
protected void cleanupSubsystem()
cleanupSubsystem
in class Subsystem
Copyright © 2024. All rights reserved.