In Process Impl
data class InProcessImpl(val nodeInfo: NodeInfo, val rpc: CordaRPCOps, val configuration: <Error class: unknown class>, val webAddress: NetworkHostAndPort, val useHTTPS: Boolean, nodeThread: Thread, onStopCallback: () -> Unit, node: <Error class: unknown class>) : InProcess, NodeHandleInternal
Constructors
Link copied to clipboard
constructor(nodeInfo: NodeInfo, rpc: CordaRPCOps, configuration: <Error class: unknown class>, webAddress: NetworkHostAndPort, useHTTPS: Boolean, nodeThread: Thread, onStopCallback: () -> Unit, node: <Error class: unknown class>)
Properties
Link copied to clipboard
The location of the node's base directory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the JMX server address for this node, if JMX is enabled
Link copied to clipboard
Get the p2p address for this node
Link copied to clipboard
Interface to the node's RPC system. The first RPC user will be used to login if are any, otherwise a default one will be added and that will be used.
Link copied to clipboard
Get the rpc address for this node
Link copied to clipboard
Get the rpc admin address for this node
Link copied to clipboard