Package | Description |
---|---|
org.apache.ftpserver.ftplet | |
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 |
---|---|
void |
Ftplet.init(FtpletContext ftpletContext)
Called by the ftplet container to indicate to a ftplet that the ftplet is
being placed into service.
|
void |
DefaultFtplet.init(FtpletContext ftpletContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFtpletContainer.init(FtpletContext ftpletContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
FtpServerContext
Internal class, do not use directly.
This is basically
org.apache.ftpserver.ftplet.FtpletContext with
added connection manager, message resource functionalities. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFtpServerContext
Internal class, do not use directly.
FTP server configuration implementation.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.