public class WebServer
Modifier and Type | Field and Description |
---|---|
static net.corda.node.webserver.WebServer.Companion |
Companion |
Constructor and Description |
---|
WebServer(FullNodeConfiguration config) |
Modifier and Type | Method and Description |
---|---|
com.google.common.net.HostAndPort |
getAddress() |
FullNodeConfiguration |
getConfig() |
java.util.List<net.corda.core.node.CordaPluginRegistry> |
getPluginRegistries()
Fetch CordaPluginRegistry classes registered in META-INF/services/net.corda.core.node.CordaPluginRegistry files that exist in the classpath
|
void |
run() |
void |
start() |
public WebServer(FullNodeConfiguration config)
public com.google.common.net.HostAndPort getAddress()
public void start()
public void run()
public java.util.List<net.corda.core.node.CordaPluginRegistry> getPluginRegistries()
Fetch CordaPluginRegistry classes registered in META-INF/services/net.corda.core.node.CordaPluginRegistry files that exist in the classpath
public FullNodeConfiguration getConfig()