class WebServer
| <init> |
WebServer(config: FullNodeConfiguration) |
| address |
val address: HostAndPort |
| config |
val config: FullNodeConfiguration |
| pluginRegistries |
val pluginRegistries: List<CordaPluginRegistry>
Fetch CordaPluginRegistry classes registered in META-INF/services/net.corda.core.node.CordaPluginRegistry files that exist in the classpath |
| run |
fun run(): Unit |
| start |
fun start(): Unit |
| log |
val log: Logger |
| retryDelay |
val retryDelay: Long |