mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
Add missing empty methods to behave.
This commit is contained in:
parent
cd8b802fcb
commit
d1a831f7f2
@ -241,6 +241,14 @@ class CordaRPCProxyClient(private val targetHostAndPort: NetworkHostAndPort) : C
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
override fun isWaitingForShutdown(): Boolean {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
override fun terminate(drainPendingFlows: Boolean) {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
private inline fun <reified T : Any> doPost(hostAndPort: NetworkHostAndPort, path: String, payload: ByteArray) : T {
|
||||
val url = URL("http://$hostAndPort/rpc/$path")
|
||||
val connection = url.openHttpConnection().apply {
|
||||
|
Loading…
x
Reference in New Issue
Block a user