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

All Known Implementing Classes:
ResolvableEhloHeloHandler, ReverseEqualsEhloHeloHandler

public interface HeloHook

Implement this interfaces to hook in the HELO Command


Method Summary
 HookResult doHelo(SMTPSession session, java.lang.String helo)
          Return the HookResult after run the hook
 

Method Detail

doHelo

HookResult doHelo(SMTPSession session,
                  java.lang.String helo)
Return the HookResult after run the hook

Parameters:
session - the SMTPSession
helo - the helo name
Returns:
HockResult


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