FTP-Server API

Uses of Class
server.LogFileSession

Packages that use LogFileSession
graphic   
server   
server.services   
 

Uses of LogFileSession in graphic
 

Constructors in graphic with parameters of type LogFileSession
Sniffer(LogFileSession logfile)
           
 

Uses of LogFileSession in server
 

Methods in server that return LogFileSession
 LogFileSession LogFileReader.getSession(int i)
          Gets a session with the passed number.
 

Methods in server with parameters of type LogFileSession
 int Survailance.containsPattern(LogFileSession logFileSession)
          Sees if the LogFileSession already exists in the banpatterns.
 int Survailance.addKickPattern(LogFileSession ses)
          Adds a LogFileSession as a pattern, that clients will be kicked if they use!
 boolean Survailance.deleteKickPattern(LogFileSession ses)
          Delets a kickpattern from the survailance
 boolean Server.deleteLogFileSessions(LogFileSession[] ses)
          Deletes a group of LogFileSession from the logfiles.
 boolean LogFileSession.equals(LogFileSession logFileSession)
          Compares this object to another.
 boolean LogFileReader.contains(LogFileSession ses)
          Checks wether this LogFileReader contains the passed LogFileSession.
 boolean LogFileReader.deleteSessions(LogFileSession[] logFileSessions)
          Deletes LogFileSessions from a user.
 

Uses of LogFileSession in server.services
 

Methods in server.services with parameters of type LogFileSession
 boolean LogFileWriter.write(LogFileSession logFileSession, File file)
           
 boolean LogFileWriter.write(LogFileSession logFileSession)
           
 


FTP-Server API