com.hs.mail.imap.server
Class ImapServer

java.lang.Object
  extended by com.hs.mail.imap.server.ImapServer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class ImapServer
extends Object
implements org.springframework.beans.factory.InitializingBean

NIO IMAP Server which use Netty

Since:
Jan 12, 2010
Author:
Won Chul Doh

Constructor Summary
ImapServer()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getBind()
           
 int getPort()
           
 String getServiceType()
          This method returns the type of service provided by this server.
 boolean isUseTLS()
           
 void setBind(String bind)
           
 void setPort(int port)
           
 void setUseTLS(boolean useTLS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImapServer

public ImapServer()
Method Detail

getBind

public String getBind()

setBind

public void setBind(String bind)

setPort

public void setPort(int port)

getPort

public int getPort()

setUseTLS

public void setUseTLS(boolean useTLS)

isUseTLS

public boolean isUseTLS()

getServiceType

public String getServiceType()
This method returns the type of service provided by this server. This should be invariant over the life of the class. Subclasses may override this implementation. This implementation parses the complete class name and returns the undecorated class name.

Returns:
description of this server

afterPropertiesSet

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


Copyright © 2011. All Rights Reserved.