|
QuickServer v1.4.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuickServerConfig | |
org.quickserver.net.server | Contains all of the classes for creating QuickServer. |
org.quickserver.security | Classes for Security interfacing with QuickServer. |
org.quickserver.util.xmlreader | Classes for reading XML and storing the configuration. |
Uses of QuickServerConfig in org.quickserver.net.server |
Methods in org.quickserver.net.server that return QuickServerConfig | |
QuickServerConfig |
QuickServer.getConfig()
Returns the confiuration of the QuickServer. |
Methods in org.quickserver.net.server with parameters of type QuickServerConfig | |
void |
QuickServer.configQuickServer(QuickServerConfig config)
Configures QuickServer based on the passed QuickServerConfig object. |
void |
QuickServer.setConfig(QuickServerConfig config)
Sets the confiuration of the QuickServer. |
Uses of QuickServerConfig in org.quickserver.security |
Methods in org.quickserver.security with parameters of type QuickServerConfig | |
javax.net.ssl.KeyManager[] |
SecureStoreManager.loadKeyManagers(QuickServerConfig config)
Loads KeyManagers. |
javax.net.ssl.TrustManager[] |
SecureStoreManager.loadTrustManagers(QuickServerConfig config)
Loads TrustManagers. |
Uses of QuickServerConfig in org.quickserver.util.xmlreader |
Methods in org.quickserver.util.xmlreader that return QuickServerConfig | |
static QuickServerConfig |
ConfigReader.read(java.lang.String fileName)
Parses XML config of QuickServer of version 1.3 and above |
static QuickServerConfig |
ConfigReader.read(java.io.File input)
Parses XML config of QuickServer of version 1.3 and above |
static QuickServerConfig |
ConfigReader.readXMLv1_2(java.io.File input)
Parses XML config of QuickServer of version 1.2 only. |
Methods in org.quickserver.util.xmlreader with parameters of type QuickServerConfig | |
static java.io.File |
ConfigReader.makeAbsoluteToConfig(java.lang.String fileName,
QuickServerConfig config)
Make the file passed absolute, relative to the location of configuration file that loaded QuickServerConfig object passed. |
|
QuickServer v1.4.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |