Uses of Interface
org.subethamail.smtp.server.ConnectionContext

Packages that use ConnectionContext
org.subethamail.smtp.command   
org.subethamail.smtp.server   
 

Uses of ConnectionContext in org.subethamail.smtp.command
 

Methods in org.subethamail.smtp.command with parameters of type ConnectionContext
 void NoopCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void MailCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void AuthCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void HelloCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void HelpCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void StartTLSCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void VerifyCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void DataCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void ResetCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void ReceiptCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void EhloCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 void QuitCommand.execute(java.lang.String commandString, ConnectionContext context)
           
 MessageHandler AuthCommand.getMessageHandler(ConnectionContext context)
           
 CRLFTerminatedReader AuthCommand.instantiateReader(ConnectionContext context)
           
 

Uses of ConnectionContext in org.subethamail.smtp.server
 

Classes in org.subethamail.smtp.server that implement ConnectionContext
 class ConnectionHandler
          The thread that handles a connection.
 

Methods in org.subethamail.smtp.server with parameters of type ConnectionContext
abstract  void BaseCommand.execute(java.lang.String commandString, ConnectionContext context)
          This is the main method that you need to override in order to implement a command.
 void Command.execute(java.lang.String commandString, ConnectionContext context)
           
 void CommandHandler.handleCommand(ConnectionContext context, java.lang.String commandString)
           
 



Copyright © 2007. All Rights Reserved.