Class ServerEventListenerHelper

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.cli.server.helper.ServerEventListenerHelper
All Implemented Interfaces:
org.apache.sshd.common.NamedResource
Direct Known Subclasses:
ScpCommandTransferEventListener, ServerPortForwardingEventListener, SftpServerSubSystemEventListener

public abstract class ServerEventListenerHelper extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements org.apache.sshd.common.NamedResource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
     

    Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

    log

    Fields inherited from interface org.apache.sshd.common.NamedResource

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ServerEventListenerHelper(String name, org.slf4j.Logger logger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

    debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn

    Methods inherited from class java.lang.Object

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

    • name

      private final String name
  • Constructor Details

    • ServerEventListenerHelper

      protected ServerEventListenerHelper(String name, org.slf4j.Logger logger)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.sshd.common.NamedResource