Uses of Package
org.apache.james.smtpserver

Packages that use org.apache.james.smtpserver
org.apache.james.smtpserver Provides classes implementing SMTP functionality. 
 

Classes in org.apache.james.smtpserver used by org.apache.james.smtpserver
CommandHandler
          Custom command handlers must implement this interface The command handlers will be Server wide common to all the SMTPHandlers, therefore the command handlers must store all the state information in the SMTPSession object
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
MessageHandler
          Custom message handlers must implement this interface The message handlers will be server-wide common to all the SMTPHandlers, therefore the handlers must store all the state information in the SMTPSession object
SetMimeHeaderHandler
          Adds the header to the message
SMTPHandlerChain
          The SMTPHandlerChain is per service object providing access ConnectHandlers, Commandhandlers and message handlers
SMTPHandlerConfigurationData
          Provides a number of server-wide constant values to the SMTPHandlers
SMTPServerMBean
          An interface to expose James management functionality through JMX.
SMTPSession
          All the handlers access this interface to communicate with SMTPHandler object
 



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