Package-level declarations

Types

Link copied to clipboard
@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.

Link copied to clipboard

Reads and writes MockzillaSharedProcessState to a file cache, allowing the Mockzilla server and the management UI to exchange connection details when running on the same device.