public class TermServer extends Object
| Constructor and Description |
|---|
TermServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
static TermServer |
start()
Method returns once server is started.
|
void |
start(String host,
int portCandidate,
Runnable onStart) |
void |
stop() |
static void |
stopServer() |
public static TermServer start() throws InterruptedException
InterruptedExceptionpublic static void stopServer()
public void stop()
public int getPort()
Copyright © 2015. All rights reserved.