|
jSyncManager Simple Java Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSMTPServer.SmtpCommand | |
---|---|
org.jSyncManager.SJS.Adapters.SMTPServer | |
org.jSyncManager.SJS.Adapters.SMTPServer.contracts |
Uses of AbstractSMTPServer.SmtpCommand in org.jSyncManager.SJS.Adapters.SMTPServer |
---|
Subclasses of AbstractSMTPServer.SmtpCommand in org.jSyncManager.SJS.Adapters.SMTPServer | |
---|---|
class |
AbstractSMTPServer.CommandData
Handles the DATA command |
class |
AbstractSMTPServer.CommandEhlo
Handles the EHLO command |
class |
AbstractSMTPServer.CommandExpn
Handles the EXPN command |
class |
AbstractSMTPServer.CommandHelo
Handles the HELO command |
class |
AbstractSMTPServer.CommandHelp
Handles the HELP command |
class |
AbstractSMTPServer.CommandMail
Handles the MAIL command |
class |
AbstractSMTPServer.CommandNoop
Handles the NOOP command |
class |
AbstractSMTPServer.CommandQuit
Handles the QUIT command |
class |
AbstractSMTPServer.CommandRcpt
Handles the RCPT command |
class |
AbstractSMTPServer.CommandRset
Handles the RSET command |
class |
AbstractSMTPServer.CommandVrfy
Handles the VRFY command |
Fields in org.jSyncManager.SJS.Adapters.SMTPServer with type parameters of type AbstractSMTPServer.SmtpCommand | |
---|---|
protected java.util.HashMap<java.lang.String,AbstractSMTPServer.SmtpCommand> |
AbstractSMTPServer.commands
stores all the command strings mapped to the handlers for those string |
Methods in org.jSyncManager.SJS.Adapters.SMTPServer that return types with arguments of type AbstractSMTPServer.SmtpCommand | |
---|---|
java.util.HashMap<java.lang.String,AbstractSMTPServer.SmtpCommand> |
AbstractSMTPServer.getCommands()
|
Uses of AbstractSMTPServer.SmtpCommand in org.jSyncManager.SJS.Adapters.SMTPServer.contracts |
---|
Constructors in org.jSyncManager.SJS.Adapters.SMTPServer.contracts with parameters of type AbstractSMTPServer.SmtpCommand | |
---|---|
SMTPCommandContract(AbstractSMTPServer.SmtpCommand t)
A general constructor that sets the instance variable This is of the form required by C4J |
|
jSyncManager Simple Java Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |