Uses of Class
org.eclipse.ecf.provider.generic.SSLServerSOContainer

Packages that use SSLServerSOContainer
org.eclipse.ecf.server.generic   
org.eclipse.ecf.server.generic.app   
 

Uses of SSLServerSOContainer in org.eclipse.ecf.server.generic
 

Subclasses of SSLServerSOContainer in org.eclipse.ecf.server.generic
 class SSLGenericServerContainer
           
 

Methods in org.eclipse.ecf.server.generic that return SSLServerSOContainer
protected  SSLServerSOContainer SSLGenericServerContainerGroup.createGenericServerContainer(java.lang.String path, int keepAlive, java.util.Map properties)
           
 

Uses of SSLServerSOContainer in org.eclipse.ecf.server.generic.app
 

Methods in org.eclipse.ecf.server.generic.app that return SSLServerSOContainer
protected  SSLServerSOContainer SSLAbstractGenericServerApplication.createServerContainer(java.lang.String id, SSLServerSOContainerGroup group, java.lang.String path, int keepAlive)
           
 

Methods in org.eclipse.ecf.server.generic.app with parameters of type SSLServerSOContainer
protected  void SSLGenericServer.configureServerContainer(SSLServerSOContainer container)
          This method may be overridden by subclasses in order to customize the configuration of the newly created server containers (before they are put on the air).
protected  void SSLAbstractGenericServerApplication.setupServerContainer(SSLServerSOContainer container)