Uses of Interface
org.apache.james.protocols.smtp.hook.QuitHook

Packages that use QuitHook
org.apache.james.protocols.smtp.core   
 

Uses of QuitHook in org.apache.james.protocols.smtp.core
 

Methods in org.apache.james.protocols.smtp.core that return types with arguments of type QuitHook
protected  Class<QuitHook> QuitCmdHandler.getHookInterface()
           
 

Methods in org.apache.james.protocols.smtp.core with parameters of type QuitHook
protected  HookResult QuitCmdHandler.callHook(QuitHook rawHook, SMTPSession session, String parameters)
          Must be implemented by hookable cmd handlers to make the effective call to an hook.
 



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