| Package | Description |
|---|---|
| org.apache.ftpserver | |
| org.apache.ftpserver.example.ftpletservice | |
| org.apache.ftpserver.ftplet | |
| org.apache.ftpserver.ftpletcontainer | |
| org.apache.ftpserver.ftpletcontainer.impl |
Internal classes, do not use directly!
|
| org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Ftplet> |
FtpServerFactory.getFtplets()
Get all
Ftplets registered by servers created by this factory |
| Modifier and Type | Method and Description |
|---|---|
void |
FtpServerFactory.setFtplets(Map<String,Ftplet> ftplets)
Set the
Ftplets to be active by servers created by this factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
MyFtplet |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFtplet
Default ftplet implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Ftplet |
FtpletContext.getFtplet(String name)
Get Ftplet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FtpletContainer
Interface describing an Ftplet container.
|
| Modifier and Type | Method and Description |
|---|---|
Ftplet |
FtpletContainer.getFtplet(String name)
Retrieve the
Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Ftplet> |
FtpletContainer.getFtplets()
Retrive all Ftplets registered with this container
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFtpletContainer
Internal class, do not use directly.
This ftplet calls other ftplet methods and returns appropriate return value.
|
| Modifier and Type | Method and Description |
|---|---|
Ftplet |
DefaultFtpletContainer.getFtplet(String name)
Get Ftplet for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Ftplet> |
DefaultFtpletContainer.getFtplets() |
| Constructor and Description |
|---|
DefaultFtpletContainer(Map<String,Ftplet> ftplets) |
| Modifier and Type | Method and Description |
|---|---|
Ftplet |
DefaultFtpServerContext.getFtplet(String name)
Get Ftplet.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Ftplet> |
DefaultFtpServer.getFtplets()
Get all
Ftplets registered at this server |
Copyright © 2003–2025 The Apache Software Foundation. All rights reserved.