FTP-Server API

Uses of Class
server.services.Session

Packages that use Session
server   
server.commands   
server.services   
 

Uses of Session in server
 

Methods in server with parameters of type Session
protected  void UserSession.set(Session ses, Command com)
          Sets the classes references.
 

Uses of Session in server.commands
 

Fields in server.commands declared as Session
protected  Session AbstractCommand.ses
           
 

Methods in server.commands with parameters of type Session
 AbstractCommand AbstractCommand.clone(Session ses, Command com)
           
 void AbstractCommand.build(Session ses, Command command)
          Is used to build up the chain.
 

Uses of Session in server.services
 

Fields in server.services declared as Session
 Session Probe.ses
           
 

Methods in server.services with parameters of type Session
protected  void ExtendedUserSession.set(Session ses, Command com)
           
static void Dock.userLogedOut(Session ses)
           
static boolean Dock.canUserLogin(Session ses)
           
 

Constructors in server.services with parameters of type Session
PortCalc(Session ses, Command command)
           
Command(Socket socket, Session ses)
           
Chain(Session ses, Command command)
           
 


FTP-Server API