Uses of Interface
org.apache.james.socket.ProtocolHandlerHelper

Packages that use ProtocolHandlerHelper
org.apache.james.imapserver   
org.apache.james.nntpserver Provides classes implementing NNTP functionality. 
org.apache.james.pop3server Provides classes implementing POP3 functionality. 
org.apache.james.remotemanager Provides classes implementing simple remote management facilities for James 
org.apache.james.smtpserver Provides classes implementing SMTP functionality. 
org.apache.james.socket   
 

Uses of ProtocolHandlerHelper in org.apache.james.imapserver
 

Methods in org.apache.james.imapserver with parameters of type ProtocolHandlerHelper
 void ImapHandler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
           
 

Uses of ProtocolHandlerHelper in org.apache.james.nntpserver
 

Methods in org.apache.james.nntpserver with parameters of type ProtocolHandlerHelper
 void NNTPHandler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
           
 

Uses of ProtocolHandlerHelper in org.apache.james.pop3server
 

Methods in org.apache.james.pop3server with parameters of type ProtocolHandlerHelper
 void POP3Handler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
           
 

Uses of ProtocolHandlerHelper in org.apache.james.remotemanager
 

Methods in org.apache.james.remotemanager with parameters of type ProtocolHandlerHelper
 void RemoteManagerHandler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
           
 

Uses of ProtocolHandlerHelper in org.apache.james.smtpserver
 

Methods in org.apache.james.smtpserver with parameters of type ProtocolHandlerHelper
 void SMTPHandler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
           
 

Uses of ProtocolHandlerHelper in org.apache.james.socket
 

Classes in org.apache.james.socket that implement ProtocolHandlerHelper
 class DelegatingJamesHandler
          Common Handler code
 

Methods in org.apache.james.socket with parameters of type ProtocolHandlerHelper
 void ProtocolHandler.setProtocolHandlerHelper(ProtocolHandlerHelper phh)
          Injects the ProtocolHandlerHelper service
 



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