Uses of Package
org.apache.james.protocols.smtp.hook

Packages that use org.apache.james.protocols.smtp.hook
org.apache.james.protocols.smtp.core   
org.apache.james.protocols.smtp.core.esmtp   
org.apache.james.protocols.smtp.core.fastfail   
org.apache.james.protocols.smtp.hook   
 

Classes in org.apache.james.protocols.smtp.hook used by org.apache.james.protocols.smtp.core
HeloHook
          Implement this interfaces to hook in the HELO Command
HookResult
          Result which get used for hooks
MailHook
          Implement this interfaces to hook in the MAIL Command
QuitHook
          Implement this interfaces to hook in the MAIL Command
RcptHook
          Implement this interfaces to hook in the MAIL Command
UnknownCmdHook
          Hook for unknown commands
 

Classes in org.apache.james.protocols.smtp.hook used by org.apache.james.protocols.smtp.core.esmtp
AuthHook
          Implement this interfaces to hook in the AUTH Command
HeloHook
          Implement this interfaces to hook in the HELO Command
HookResult
          Result which get used for hooks
MailParametersHook
          Implement this interfaces to hook in the MAIL Command
MessageHook
          Custom message handlers must implement this interface The message hooks will be server-wide common to all the SMTPHandlers, therefore the handlers must store all the state information in the SMTPSession object
 

Classes in org.apache.james.protocols.smtp.hook used by org.apache.james.protocols.smtp.core.fastfail
HeloHook
          Implement this interfaces to hook in the HELO Command
HookResult
          Result which get used for hooks
MailHook
          Implement this interfaces to hook in the MAIL Command
RcptHook
          Implement this interfaces to hook in the MAIL Command
 

Classes in org.apache.james.protocols.smtp.hook used by org.apache.james.protocols.smtp.hook
HookResult
          Result which get used for hooks
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.