public class RemoteServer extends Object
You would not normally use this class unless you need to explicitly start the EveSync connection in your application and you would not normally need to do that since EveSync would normally be setup to run automatically when ActiveSync connects.
For your application to access the services provided by EveSync you would use the RemoteConnection class.
Constructor and Description |
---|
RemoteServer() |
Modifier and Type | Method and Description |
---|---|
static void |
eveMain(String[] args) |
static void |
main(String[] args) |
static void |
setupConsole(PrintWriter console) |
static Handle |
startActiveSyncDesktop(boolean runRemote) |
static Handle |
startActiveSyncMobile(PrintWriter console,
String address) |
static Handle |
startActiveSyncMobile(String address) |
static boolean |
startEmulator(boolean standAlone)
Run the EveSync emulator.
|
public static boolean startEmulator(boolean standAlone) throws IOException
IOException
public static Handle startActiveSyncDesktop(boolean runRemote) throws IOException, InterruptedException
IOException
InterruptedException
public static Handle startActiveSyncMobile(String address) throws IOException
IOException
public static Handle startActiveSyncMobile(PrintWriter console, String address) throws IOException
IOException
public static void setupConsole(PrintWriter console)
public static void eveMain(String[] args)