com.hs.mail.smtp.server
Class SmtpServer

java.lang.Object
  extended by com.hs.mail.container.server.DefaultServer
      extended by com.hs.mail.smtp.server.SmtpServer
All Implemented Interfaces:
Server, org.springframework.beans.factory.InitializingBean

public class SmtpServer
extends DefaultServer
implements org.springframework.beans.factory.InitializingBean

Since:
Jun 20, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class com.hs.mail.container.server.DefaultServer
backlog, bind, bindTo, connectionHandler, connectionTimeout, port, serverSocketFactory, tcpNoDelay
 
Constructor Summary
SmtpServer()
           
 
Method Summary
 void afterPropertiesSet()
           
 boolean isUseTLS()
           
 void setUseTLS(boolean useTLS)
           
 
Methods inherited from class com.hs.mail.container.server.DefaultServer
configure, getBacklog, getBind, getBindTo, getConnectionHandler, getConnectionTimeout, getPort, getServerSocketFactory, getServiceType, getTaskExecutor, isTcpNoDelay, setBacklog, setBind, setBindTo, setConnectionHandler, setConnectionTimeout, setPort, setServerSocketFactory, setTaskExecutor, setTcpNoDelay, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpServer

public SmtpServer()
Method Detail

setUseTLS

public void setUseTLS(boolean useTLS)

isUseTLS

public boolean isUseTLS()

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2011. All Rights Reserved.