Class SmtpServer

All Implemented Interfaces:
Service, Runnable

public class SmtpServer extends AbstractServer
  • Constructor Details

  • Method Details

    • createProtocolHandler

      protected ProtocolHandler createProtocolHandler(Socket clientSocket)
      Description copied from class: AbstractServer
      Create a new, specific protocol handler such as for IMAP.
      Specified by:
      createProtocolHandler in class AbstractServer
      Parameters:
      clientSocket - the client socket to use.
      Returns:
      the new protocol handler.