org.apache.james.pop3server
Interface ConnectHandler


public interface ConnectHandler

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


Method Summary
 void onConnect(POP3Session session)
           
 

Method Detail

onConnect

void onConnect(POP3Session session)


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.