|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FtpSessionContext | |
|---|---|
| net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
| net.sf.hermesftp.cmd.impl | Contains the implementation of all FTP command classes. |
| net.sf.hermesftp.parser | Contains interfaces and abstract base classes related to FTP command parsing. |
| net.sf.hermesftp.parser.impl | Contains the concrete FTP command parser implementations and related classes. |
| net.sf.hermesftp.server | Contains interfaces and abstract base classes related to FTP server functionallity. |
| net.sf.hermesftp.server.impl | Contains the concrete FTP server implementations and related classes. |
| net.sf.hermesftp.session | Contains interfaces and abstract base classes related to FTP session management. |
| net.sf.hermesftp.session.impl | Contains the concrete FTP session implementation and related classes. |
| net.sf.hermesftp.usermanager | Provides for the basic interface implemented by user managers. |
| net.sf.hermesftp.usermanager.impl | Implements a concrete user manager that is based on xml configuration files. |
| Uses of FtpSessionContext in net.sf.hermesftp.cmd |
|---|
| Methods in net.sf.hermesftp.cmd that return FtpSessionContext | |
|---|---|
FtpSessionContext |
AbstractFtpCmd.getCtx()
Getter method for the java bean ctx. |
| Methods in net.sf.hermesftp.cmd with parameters of type FtpSessionContext | |
|---|---|
protected abstract void |
AbstractFtpCmdList.doPrintFileInfo(java.io.PrintWriter out,
java.io.File file,
FtpSessionContext ctx)
Prints information about a single file or directory. |
void |
FtpCmd.setCtx(FtpSessionContext ctx)
Passes the FTP context shared by all command instances of a user FTP session. |
void |
AbstractFtpCmd.setCtx(FtpSessionContext ctx)
Setter method for the java bean ctx. |
| Constructors in net.sf.hermesftp.cmd with parameters of type FtpSessionContext | |
|---|---|
ActiveModeSocketProvider(FtpSessionContext ctx,
DataChannelInfo info)
Constructor. |
|
PassiveModeSocketProvider(FtpSessionContext ctx,
int preferredProtocol)
Constructor. |
|
| Uses of FtpSessionContext in net.sf.hermesftp.cmd.impl |
|---|
| Methods in net.sf.hermesftp.cmd.impl with parameters of type FtpSessionContext | |
|---|---|
protected void |
FtpCmdNlst.doPrintFileInfo(java.io.PrintWriter out,
java.io.File file,
FtpSessionContext ctx)
Prints out the name a single file or directory. |
protected void |
FtpCmdList.doPrintFileInfo(java.io.PrintWriter out,
java.io.File file,
FtpSessionContext ctx)
Lists the contents of the current working directory if no arugment was passed. |
| Uses of FtpSessionContext in net.sf.hermesftp.parser |
|---|
| Methods in net.sf.hermesftp.parser with parameters of type FtpSessionContext | |
|---|---|
void |
FtpCmdReader.setCtx(FtpSessionContext ctx)
Sets the FTP Context of the session. |
| Uses of FtpSessionContext in net.sf.hermesftp.parser.impl |
|---|
| Methods in net.sf.hermesftp.parser.impl that return FtpSessionContext | |
|---|---|
FtpSessionContext |
FtpCmdReaderThread.getCtx()
Getter method for the java bean ctx. |
| Methods in net.sf.hermesftp.parser.impl with parameters of type FtpSessionContext | |
|---|---|
void |
FtpCmdReaderThread.setCtx(FtpSessionContext ctx)
Setter method for the java bean ctx. |
| Uses of FtpSessionContext in net.sf.hermesftp.server |
|---|
| Methods in net.sf.hermesftp.server that return FtpSessionContext | |
|---|---|
protected abstract FtpSessionContext |
AbstractFtpServer.createFtpContext()
Creates the context object passed to the user session. |
| Uses of FtpSessionContext in net.sf.hermesftp.server.impl |
|---|
| Methods in net.sf.hermesftp.server.impl that return FtpSessionContext | |
|---|---|
protected FtpSessionContext |
SecureFtpServer.createFtpContext()
Creates the context object passed to the user session. |
protected FtpSessionContext |
DefaultFtpServer.createFtpContext()
Creates the context object passed to the user session. |
| Uses of FtpSessionContext in net.sf.hermesftp.session |
|---|
| Methods in net.sf.hermesftp.session that return FtpSessionContext | |
|---|---|
FtpSessionContext |
FtpSession.getFtpContext()
Returns the FTP Context, that contains all the shared settings of a FTP session. |
| Methods in net.sf.hermesftp.session with parameters of type FtpSessionContext | |
|---|---|
void |
FtpSession.setFtpContext(FtpSessionContext ctx)
Sets the FTP Context, that contains all the shared settings of a FTP session. |
| Uses of FtpSessionContext in net.sf.hermesftp.session.impl |
|---|
| Classes in net.sf.hermesftp.session.impl that implement FtpSessionContext | |
|---|---|
class |
FtpSessionContextImpl
This class servers as a means of transportation for data shared by a single FTP session. |
| Methods in net.sf.hermesftp.session.impl that return FtpSessionContext | |
|---|---|
FtpSessionContext |
FtpSessionImpl.getFtpContext()
Getter method for the java bean ftpContext. |
| Methods in net.sf.hermesftp.session.impl with parameters of type FtpSessionContext | |
|---|---|
void |
FtpSessionImpl.setFtpContext(FtpSessionContext ftpContext)
Setter method for the java bean ftpContext. |
| Uses of FtpSessionContext in net.sf.hermesftp.usermanager |
|---|
| Methods in net.sf.hermesftp.usermanager with parameters of type FtpSessionContext | |
|---|---|
boolean |
UserManager.authenticate(java.lang.String user,
java.lang.String password,
FtpSessionContext ctx)
Validates the passed user credentials. |
| Uses of FtpSessionContext in net.sf.hermesftp.usermanager.impl |
|---|
| Methods in net.sf.hermesftp.usermanager.impl with parameters of type FtpSessionContext | |
|---|---|
boolean |
XmlFileUserManager.authenticate(java.lang.String user,
java.lang.String password,
FtpSessionContext ctx)
Validates the passed user credentials. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||