FileDocCategorySizeDatePackage
ConnectHandler.javaAPI DocApache James 2.3.11579Fri Jan 12 12:56:26 GMT 2007org.apache.james.smtpserver

ConnectHandler

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

Fields Summary
Constructors Summary
Methods Summary
public voidonConnect(SMTPSession session)