Package com.sshtools.server
Class PublicKeySubsystem
java.lang.Object
com.sshtools.common.ssh.Subsystem
com.sshtools.server.PublicKeySubsystem
public class PublicKeySubsystem
extends com.sshtools.common.ssh.Subsystem
-
Field Summary
FieldsFields inherited from class com.sshtools.common.ssh.Subsystem
context, session, SUBSYSTEM_INCOMING, SUBSYSTEM_OUTGOING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
onMessageReceived
(byte[] msg) protected void
Methods inherited from class com.sshtools.common.ssh.Subsystem
cleanup, executeOperation, free, getConnection, getContext, getSession, init, onFreeMessage, parseMessage, processMessage, sendMessage
-
Field Details
-
SUBSYSTEM_NAME
- See Also:
-
-
Constructor Details
-
PublicKeySubsystem
public PublicKeySubsystem()
-
-
Method Details
-
onSubsystemFree
protected void onSubsystemFree()- Specified by:
onSubsystemFree
in classcom.sshtools.common.ssh.Subsystem
-
onMessageReceived
- Specified by:
onMessageReceived
in classcom.sshtools.common.ssh.Subsystem
- Throws:
IOException
-
cleanupSubsystem
protected void cleanupSubsystem()- Specified by:
cleanupSubsystem
in classcom.sshtools.common.ssh.Subsystem
-