Class ServerEventListenerHelper
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.cli.server.helper.ServerEventListenerHelper
-
- All Implemented Interfaces:
NamedResource
- Direct Known Subclasses:
ScpCommandTransferEventListener,ServerPortForwardingEventListener,SftpServerSubSystemEventListener
public abstract class ServerEventListenerHelper extends AbstractLoggingBean implements NamedResource
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringname-
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 protectedServerEventListenerHelper(java.lang.String name, org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-
-