| Package | Description |
|---|---|
| org.apache.ftpserver | |
| org.apache.ftpserver.listener |
| Modifier and Type | Method and Description |
|---|---|
Listener |
FtpServerFactory.getListener(String name)
Get a specific
Listener identified by its name |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Listener> |
FtpServerFactory.getListeners()
Get all listeners available on servers created by this factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
FtpServerFactory.addListener(String name,
Listener listener)
Add a
Listener to this factory |
| Modifier and Type | Method and Description |
|---|---|
void |
FtpServerFactory.setListeners(Map<String,Listener> listeners)
Set the listeners for servers created by this factory, replaces existing listeners
|
| Modifier and Type | Method and Description |
|---|---|
Listener |
ListenerFactory.createListener()
Create a listener based on the settings of this factory.
|
| Constructor and Description |
|---|
ListenerFactory(Listener listener)
Copy constructor, will copy properties from the provided listener.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.