tuweni / org.apache.tuweni.rlpx / MemoryWireConnectionsRepository

MemoryWireConnectionsRepository

open class MemoryWireConnectionsRepository : WireConnectionRepository (source)

In-memory implementation of the wire connections repository.

Constructors

<init>

MemoryWireConnectionsRepository()

In-memory implementation of the wire connections repository.

Functions

add

open fun add(wireConnection: WireConnection): Unit

asIterable

open fun asIterable(): MutableIterable<WireConnection>

asMap

open fun asMap(): MutableMap<String, WireConnection>

close

open fun close(): Unit

get

open fun get(id: String): WireConnection