Uses of Class
org.opencrx.application.adapter.AbstractServer

Packages that use AbstractServer
org.opencrx.application.adapter   
org.opencrx.application.imap   
org.opencrx.application.ldap   
 

Uses of AbstractServer in org.opencrx.application.adapter
 

Fields in org.opencrx.application.adapter declared as AbstractServer
protected  AbstractServer AbstractSession.server
           
protected  AbstractServer AbstractServlet.server
           
 

Methods in org.opencrx.application.adapter that return AbstractServer
abstract  AbstractServer AbstractServlet.newServer(javax.jdo.PersistenceManagerFactory pmf, String providerName, String bindAddress, int portNumber, String sslKeystoreFile, String sslKeystoreType, String sslKeystorePass, String sslKeyPass, boolean isDebug, int delayOnStartup)
           
 

Methods in org.opencrx.application.adapter with parameters of type AbstractServer
abstract  AbstractSession AbstractServer.newSession(Socket socket, AbstractServer server)
           
 

Constructors in org.opencrx.application.adapter with parameters of type AbstractServer
AbstractSession(Socket client, AbstractServer server)
           
 

Uses of AbstractServer in org.opencrx.application.imap
 

Subclasses of AbstractServer in org.opencrx.application.imap
 class IMAPServer
           
 

Methods in org.opencrx.application.imap that return AbstractServer
 AbstractServer IMAPServlet.newServer(javax.jdo.PersistenceManagerFactory pmf, String providerName, String bindAddress, int portNumber, String sslKeystoreFile, String sslKeystoreType, String sslKeystorePass, String sslKeyPass, boolean isDebug, int delayOnStartup)
           
 

Methods in org.opencrx.application.imap with parameters of type AbstractServer
 AbstractSession IMAPServer.newSession(Socket socket, AbstractServer server)
           
 

Constructors in org.opencrx.application.imap with parameters of type AbstractServer
IMAPSession(Socket client, AbstractServer server)
           
 

Uses of AbstractServer in org.opencrx.application.ldap
 

Subclasses of AbstractServer in org.opencrx.application.ldap
 class LDAPServer
          LDAP server, handle LDAP directory requests.
 

Methods in org.opencrx.application.ldap that return AbstractServer
 AbstractServer LDAPServlet.newServer(javax.jdo.PersistenceManagerFactory pmf, String providerName, String bindAddress, int portNumber, String sslKeystoreFile, String sslKeystoreType, String sslKeystorePass, String sslKeyPass, boolean isDebug, int delayOnStartup)
           
 

Methods in org.opencrx.application.ldap with parameters of type AbstractServer
 AbstractSession LDAPServer.newSession(Socket socket, AbstractServer server)
           
 

Constructors in org.opencrx.application.ldap with parameters of type AbstractServer
LDAPSession(Socket socket, AbstractServer server)
           
 



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