Uses of Class
org.subethamail.smtp.DropConnectionException

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

Uses of DropConnectionException in org.subethamail.smtp.command
 

Methods in org.subethamail.smtp.command that throw DropConnectionException
 void ReceiptCommand.execute(String commandString, Session sess)
           
 void MailCommand.execute(String commandString, Session sess)
           
 void DataCommand.execute(String commandString, Session sess)
           
 

Uses of DropConnectionException in org.subethamail.smtp.server
 

Methods in org.subethamail.smtp.server that throw DropConnectionException
 void RequireTLSCommandWrapper.execute(String commandString, Session sess)
           
 void Command.execute(String commandString, Session sess)
           
abstract  void BaseCommand.execute(String commandString, Session context)
          This is the main method that you need to override in order to implement a command.
 void CommandHandler.handleCommand(Session context, String commandString)
           
 



Copyright © 2006-2012. All Rights Reserved.