- serveOnHost(String, String, HashMap<String, Object>, int, String) - Static method in class ch.software_atelier.simpleflex.SimpleFlexBase
-
- serveOnLocalhost(String, HashMap<String, Object>, int) - Static method in class ch.software_atelier.simpleflex.SimpleFlexBase
-
Serves the given App as default App on localhost
- serveOnLocalhost(String, HashMap<String, Object>, int, String) - Static method in class ch.software_atelier.simpleflex.SimpleFlexBase
-
- SERVER_VERS - Static variable in class ch.software_atelier.simpleflex.SimpleFlexBase
-
The Version-String of this Server
- setClient(InetAddress) - Method in class ch.software_atelier.simpleflex.Request
-
- setDefaultWebApp(WebApp) - Method in class ch.software_atelier.simpleflex.Domain
-
- setDefaultWebAppConfig(WebAppConfig) - Method in class ch.software_atelier.simpleflex.conf.DomainConfig
-
- setDomains(HashMap<String, Domain>) - Method in class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- setFieldName(String) - Method in class ch.software_atelier.simpleflex.RecievedData
-
- setFileInterfaceFile(File) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
- setFileInterfaceHandler(FileInterfaceHandler) - Method in class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- setFileInterfaceInterval(int) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
- setFileName(String) - Method in class ch.software_atelier.simpleflex.RecievedFile
-
- setHTTPCode(int, String) - Method in class ch.software_atelier.simpleflex.docs.WebDoc
-
Sets the HTTP Response Code.
- setInterfaceFile(String) - Method in class ch.software_atelier.simpleflex.conf.FileInterfaceConfig
-
- setInterval(int) - Method in class ch.software_atelier.simpleflex.conf.FileInterfaceConfig
-
- setMethod(String) - Method in class ch.software_atelier.simpleflex.Request
-
- setMime(String) - Method in class ch.software_atelier.simpleflex.docs.impl.InputStreamDoc
-
- setName(String) - Method in class ch.software_atelier.simpleflex.docs.impl.InputStreamDoc
-
- setPort(int) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
Sets the port for unsecure connections.
- setProtocoll(String) - Method in class ch.software_atelier.simpleflex.Request
-
- setRequestString(String) - Method in class ch.software_atelier.simpleflex.Request
-
- setSecure(boolean) - Method in class ch.software_atelier.simpleflex.Request
-
- setSize(long) - Method in class ch.software_atelier.simpleflex.docs.impl.InputStreamDoc
-
- setSSLKeyStore(String) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
Sets the path to the keystore for secure connections.
- setSSLKeyStorePassword(String) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
Sets the password for the keystore for secure connections.
- setSSLPort(int) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
Sets the port for secure connections.
- setUseFileInterface(boolean) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
- setUseSecurityManager(boolean) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
If the builtin SecurityManager has to be used,
enable it with true.
- setUseSSL(boolean) - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
Activates(true)/deactivates(false) secure connections.
- setValue(String) - Method in class ch.software_atelier.simpleflex.docs.HeaderField
-
- sfa() - Method in class ch.software_atelier.simpleflex.SimpleFlexBase
-
- shutDown() - Method in class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- SimpleFlexAccesser - Class in ch.software_atelier.simpleflex
-
- SimpleFlexAccesser(String, Date, GlobalConfig) - Constructor for class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- SimpleFlexBase - Class in ch.software_atelier.simpleflex
-
This is the Main-Class of the SmpleFles base Application.
- SimpleFlexBase(GlobalConfig, DomainConfig) - Constructor for class ch.software_atelier.simpleflex.SimpleFlexBase
-
- SimpleFlexBase(GlobalConfig, List<DomainConfig>) - Constructor for class ch.software_atelier.simpleflex.SimpleFlexBase
-
- SimpleFlexConfigGenerator - Class in ch.software_atelier.simpleflex.conf.text
-
this Class generates the config objects that are used to configure SimpleFlex
- SimpleFlexConfigGenerator(File) - Constructor for class ch.software_atelier.simpleflex.conf.text.SimpleFlexConfigGenerator
-
Creates a new instance of SimpleFlexConfigGenerator
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.BeanShellDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.ByteDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.ErrorDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.FileDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.InputStreamDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.JSONDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.RedirectorDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.RessourceDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.StringDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.TemplateDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.XMLDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.impl.ZipDoc
-
- size() - Method in class ch.software_atelier.simpleflex.docs.WebDoc
-
This method has to return the size of the Document in bytes.
- splitHeader(String) - Static method in class ch.software_atelier.simpleflex.Utils
-
- sslKeyStore() - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
returns the path to the keystore for secure connections.
- sslKeystorePassword() - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
returns the password for the keystore for secure connections.
- sslPort() - Method in class ch.software_atelier.simpleflex.conf.GlobalConfig
-
returns the port for secure connections.
- start(String, HashMap<String, Object>, SimpleFlexAccesser) - Method in class ch.software_atelier.simpleflex.apps.defaultapp.DefaultApp
-
- start(String, HashMap<String, Object>, SimpleFlexAccesser) - Method in interface ch.software_atelier.simpleflex.apps.WebApp
-
This Method can config this Object.
- start() - Method in class ch.software_atelier.simpleflex.interfaces.file.FileInterfaceHandler
-
- start() - Method in class ch.software_atelier.simpleflex.SimpleFlexBase
-
- START_TIME - Variable in class ch.software_atelier.simpleflex.SimpleFlexBase
-
The Starttime of this Server
- startTime() - Method in class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- stop() - Method in class ch.software_atelier.simpleflex.interfaces.file.FileInterfaceHandler
-
- stopListening() - Method in class ch.software_atelier.simpleflex.ConnectionHandler
-
- stopListening() - Method in class ch.software_atelier.simpleflex.SimpleFlexAccesser
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.BeanShellDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.ByteDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.ErrorDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.FileDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.InputStreamDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.JSONDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.RedirectorDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.RessourceDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.StringDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.TemplateDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.XMLDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.impl.ZipDoc
-
- streamData() - Method in class ch.software_atelier.simpleflex.docs.WebDoc
-
If you want to return the documents data as a Stream,
you have to do that here.
- StringDoc - Class in ch.software_atelier.simpleflex.docs.impl
-
- successfulReceived() - Method in class ch.software_atelier.simpleflex.RecievedFile
-
- syntaxError(String, boolean) - Method in class ch.software_atelier.simpleflex.conf.text.SimpleFlexConfigGenerator
-
Implementation of the SyntaxErrorNotifiable-interface.
- syntaxError(String, boolean) - Method in interface ch.software_atelier.simpleflex.conf.text.SyntaxErrorNotifiable
-
Notifies the implementing class about a Syntax-Error in the config file.
- SyntaxErrorNotifiable - Interface in ch.software_atelier.simpleflex.conf.text
-
This Class is used to notifie a class that implements this interface about
a syntax error in the config file.