public class RESTRemoteControlStarter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
initRestRemoteControlMethods(int defaultPort)
Starts all RESTRemoteControlMethod implementations available in the classpath.
|
static void |
initSecureRestRemoteControlMethods(int defaultPort,
String keystore,
String storePasswd,
String keyPasswd)
Starts all RESTRemoteControlMethod implementations available in the classpath.
|
public static void initRestRemoteControlMethods(int defaultPort)
throws Exception
defaultPort - port which is used, if -1 is specified by an implementationException - throws Exeption if anything went wrongpublic static void initSecureRestRemoteControlMethods(int defaultPort,
String keystore,
String storePasswd,
String keyPasswd)
throws Exception
defaultPort - port which is used, if -1 is specified by an implementationkeystore - DOCUMENT ME!storePasswd - DOCUMENT ME!keyPasswd - DOCUMENT ME!Exception - throws Exeption if anything went wrongCopyright © 2012–2026 cismet GmbH. All rights reserved.