public class CloudStoreServer extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_KEY_SECURE_PORT |
Constructor and Description |
---|
CloudStoreServer() |
Modifier and Type | Method and Description |
---|---|
File |
getKeyStoreFile() |
int |
getSecurePort() |
static void |
main(String[] args) |
void |
run() |
void |
setKeyStoreFile(File keyStoreFile) |
void |
setSecurePort(int securePort) |
void |
stop() |
public static final String CONFIG_KEY_SECURE_PORT
public CloudStoreServer()
public void stop()
public File getKeyStoreFile()
public void setKeyStoreFile(File keyStoreFile)
public int getSecurePort()
public void setSecurePort(int securePort)
Copyright © 2013-2014. All Rights Reserved.