corda / net.corda.testing.driver / WebserverHandle

WebserverHandle

data class WebserverHandle
Deprecated: The webserver is for testing purposes only and will be removed soon

Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.

Constructors

<init>

Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.

WebserverHandle(listenAddress: NetworkHostAndPort, process: Process)

Properties

listenAddress

The NetworkHostAndPort for communicating with this webserver.

val listenAddress: NetworkHostAndPort

process

The Process in which the websever is running

val process: Process