MockzillaSharedProcessState

@Serializable
data class MockzillaSharedProcessState(val ip: String, val port: Int)

The IP address and port of a running Mockzilla server, persisted so it can be shared between processes on the same device. Written by the mockzilla server and read by the management UI module.

Constructors

Link copied to clipboard
constructor(ip: String, port: Int)

Properties

Link copied to clipboard
val ip: String

The IP address the server is listening on.

Link copied to clipboard
val port: Int

The port the server is bound to.