org.opencrx.application.imap
Class IMAPServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.opencrx.application.adapter.AbstractServlet
              extended by org.opencrx.application.imap.IMAPServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class IMAPServlet
extends AbstractServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opencrx.application.adapter.AbstractServlet
isStopped, providerName, server
 
Constructor Summary
IMAPServlet()
           
 
Method Summary
 String getConfigurationId()
           
 int getPortNumber(String configuredPortNumber)
           
 AbstractServer newServer(javax.jdo.PersistenceManagerFactory pmf, String providerName, String bindAddress, int portNumber, String sslKeystoreFile, String sslKeystoreType, String sslKeystorePass, String sslKeyPass, boolean isDebug, int delayOnStartup)
           
 
Methods inherited from class org.opencrx.application.adapter.AbstractServlet
doGet, doPost, handleRequest, init
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMAPServlet

public IMAPServlet()
Method Detail

getConfigurationId

public String getConfigurationId()
Specified by:
getConfigurationId in class AbstractServlet

getPortNumber

public int getPortNumber(String configuredPortNumber)
Specified by:
getPortNumber in class AbstractServlet

newServer

public AbstractServer newServer(javax.jdo.PersistenceManagerFactory pmf,
                                String providerName,
                                String bindAddress,
                                int portNumber,
                                String sslKeystoreFile,
                                String sslKeystoreType,
                                String sslKeystorePass,
                                String sslKeyPass,
                                boolean isDebug,
                                int delayOnStartup)
Specified by:
newServer in class AbstractServlet


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.