Constructor and Description |
---|
APIServerImpl(CordaRPCOps rpcOps) |
Modifier and Type | Method and Description |
---|---|
CordaRPCOps |
getRpcOps() |
NodeInfo |
info()
Report this node's configuration and identities.
|
java.time.LocalDateTime |
serverTime()
Report current UTC time as understood by the platform.
|
javax.ws.rs.core.Response |
status()
This endpoint is for polling if the webserver is serving. It will always return 200.
|
info, serverTime, status
public APIServerImpl(CordaRPCOps rpcOps)
public java.time.LocalDateTime serverTime()
Report current UTC time as understood by the platform.
public javax.ws.rs.core.Response status()
This endpoint is for polling if the webserver is serving. It will always return 200.
public NodeInfo info()
Report this node's configuration and identities.
public CordaRPCOps getRpcOps()