class APIServerImpl : APIServer
| <init> |
APIServerImpl(rpcOps: CordaRPCOps) |
| rpcOps |
val rpcOps: CordaRPCOps |
| info |
fun info(): NodeInfo
Report this node's configuration and identities. |
| serverTime |
fun serverTime(): LocalDateTime
Report current UTC time as understood by the platform. |
| status |
fun status(): Response
This endpoint is for polling if the webserver is serving. It will always return 200. |