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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class com.sshtools.common.ssh.Subsystem

    context, session, SUBSYSTEM_INCOMING, SUBSYSTEM_OUTGOING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PublicKeySubsystem

      public PublicKeySubsystem()
  • Method Details

    • onSubsystemFree

      protected void onSubsystemFree()
      Specified by:
      onSubsystemFree in class com.sshtools.common.ssh.Subsystem
    • onMessageReceived

      protected void onMessageReceived(byte[] msg) throws IOException
      Specified by:
      onMessageReceived in class com.sshtools.common.ssh.Subsystem
      Throws:
      IOException
    • cleanupSubsystem

      protected void cleanupSubsystem()
      Specified by:
      cleanupSubsystem in class com.sshtools.common.ssh.Subsystem