com.hs.mail.smtp.server
Class SmtpServer
java.lang.Object
com.hs.mail.container.server.DefaultServer
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
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 |
SmtpServer
public SmtpServer()
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.