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

Packages that use HeloHook
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   
 

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

Methods in org.apache.james.protocols.smtp.core that return types with arguments of type HeloHook
protected  Class<HeloHook> HeloCmdHandler.getHookInterface()
          Return the interface which hooks need to implement to hook in
 

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

Uses of HeloHook in org.apache.james.protocols.smtp.core.esmtp
 

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

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

Uses of HeloHook in org.apache.james.protocols.smtp.core.fastfail
 

Classes in org.apache.james.protocols.smtp.core.fastfail that implement HeloHook
 class ResolvableEhloHeloHandler
          This CommandHandler can be used to reject not resolvable EHLO/HELO
 class ReverseEqualsEhloHeloHandler
           
 

Uses of HeloHook in org.apache.james.protocols.smtp.hook
 

Classes in org.apache.james.protocols.smtp.hook that implement HeloHook
 class SimpleHook
          Simple Hook implementation which can be used as base class when writing simple Hook's The SMTP-Server will just accept email with this Hook in place and discard it
 



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