Uses of Interface
com.hs.mail.container.server.ConnectionHandler

Packages that use ConnectionHandler
com.hs.mail.container.server   
com.hs.mail.container.server.socket   
com.hs.mail.smtp.server   
 

Uses of ConnectionHandler in com.hs.mail.container.server
 

Fields in com.hs.mail.container.server declared as ConnectionHandler
protected  ConnectionHandler DefaultServer.connectionHandler
          The connection handler used by this service.
 

Methods in com.hs.mail.container.server that return ConnectionHandler
 ConnectionHandler DefaultServer.getConnectionHandler()
           
 

Methods in com.hs.mail.container.server with parameters of type ConnectionHandler
 void DefaultServer.setConnectionHandler(ConnectionHandler connectionHandler)
           
 

Uses of ConnectionHandler in com.hs.mail.container.server.socket
 

Constructors in com.hs.mail.container.server.socket with parameters of type ConnectionHandler
SocketConnection(ConnectionHandler handler, Socket socket)
           
 

Uses of ConnectionHandler in com.hs.mail.smtp.server
 

Classes in com.hs.mail.smtp.server that implement ConnectionHandler
 class SmtpConnectionHandler
           
 



Copyright © 2011. All Rights Reserved.