tuweni / org.apache.tuweni.peer.repository / Connection

Connection

interface Connection (source)

Connections of a peer. Can be a past connection.

Functions

active

abstract fun active(): Boolean

identity

abstract fun identity(): Identity

peer

abstract fun peer(): Peer

Inheritors

EthereumConnection

interface EthereumConnection : Connection