Package nl.goodbytes.xmpp.xep0363
Class Launcher
java.lang.Object
nl.goodbytes.xmpp.xep0363.Launcher
Serves as the 'main class', which will start the application.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
-
Constructor Summary
ConstructorsConstructorDescriptionLauncher(String xmppHost, Integer xmppPort, String domain, String sharedSecret, String webProtocol, String webHost, Integer webPort, String webContextRoot, String announcedWebProtocol, String announcedWebHost, Integer announcedWebPort, String announcedWebContextRoot, Repository repository, Long maxFileSize, boolean wildcardCORS, String contentSecurityPolicy, MalwareScanner malwareScanner) -
Method Summary
-
Constructor Details
-
Launcher
public Launcher(String xmppHost, Integer xmppPort, String domain, String sharedSecret, String webProtocol, String webHost, Integer webPort, String webContextRoot, String announcedWebProtocol, String announcedWebHost, Integer announcedWebPort, String announcedWebContextRoot, Repository repository, Long maxFileSize, boolean wildcardCORS, String contentSecurityPolicy, MalwareScanner malwareScanner)
-
-
Method Details
-
main
-
start
public void start()
-