Package nl.goodbytes.xmpp.xep0363
Class Launcher
- java.lang.Object
-
- nl.goodbytes.xmpp.xep0363.Launcher
-
public class Launcher extends Object
Serves as the 'main class', which will start the application.- Author:
- Guus der Kinderen, guus@goodbytes.nl
-
-
Constructor Summary
Constructors Constructor Description 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, MalwareScanner malwareScanner)
-
-
-
Constructor Detail
-
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, MalwareScanner malwareScanner)
-
-
Method Detail
-
main
public static void main(String[] args)
-
start
public void start()
-
-