public class HttpServer extends Object
| Constructor and Description |
|---|
HttpServer(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
URI |
getBrokerServiceURI() |
void |
join() |
static void |
main(String[] args)
Run the test server with with the official i2b2
webclient.
|
void |
register(Class<?> componentClass) |
protected void |
start_local(int port) |
void |
start(InetSocketAddress addr) |
void |
stop() |
public HttpServer(Configuration config) throws SQLException, IOException
SQLExceptionIOExceptionpublic final void register(Class<?> componentClass)
public URI getBrokerServiceURI()
public void start(InetSocketAddress addr) throws Exception
Exceptionpublic void join()
throws InterruptedException
InterruptedExceptionCopyright © 2016–2017 R.W.Majeed. All rights reserved.