|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpletContext | |
---|---|
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! |
Uses of FtpletContext in org.apache.ftpserver.ftplet |
---|
Methods in org.apache.ftpserver.ftplet with parameters of type FtpletContext | |
---|---|
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)
|
Uses of FtpletContext in org.apache.ftpserver.ftpletcontainer.impl |
---|
Methods in org.apache.ftpserver.ftpletcontainer.impl with parameters of type FtpletContext | |
---|---|
void |
DefaultFtpletContainer.init(FtpletContext ftpletContext)
|
Uses of FtpletContext in org.apache.ftpserver.impl |
---|
Subinterfaces of FtpletContext in org.apache.ftpserver.impl | |
---|---|
interface |
FtpServerContext
Internal class, do not use directly. This is basically org.apache.ftpserver.ftplet.FtpletContext with
added connection manager, message resource functionalities. |
Classes in org.apache.ftpserver.impl that implement FtpletContext | |
---|---|
class |
DefaultFtpServerContext
Internal class, do not use directly. FTP server configuration implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |