org.apache.james.smtpserver
Interface ConnectHandler

All Known Implementing Classes:
DNSRBLHandler

public interface ConnectHandler

Custom connect handlers must implement this interface The connect handlers will be server-wide common to all the SMTPHandlers, therefore the handlers must store all the state information in the SMTPSession object


Method Summary
 void onConnect(SMTPSession session)
           
 

Method Detail

onConnect

void onConnect(SMTPSession session)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.