class EthHelloController
(source)
Controller managing the state of the ETH or LES subprotocol handlers.
<init> |
Controller managing the state of the ETH or LES subprotocol handlers. EthHelloController(connectionsListener: (WireConnection, Status) -> Unit = { _, _ -> }) |
connectionsListener |
val connectionsListener: (WireConnection, Status) -> Unit |
receiveStatus |
fun receiveStatus(connection: WireConnection, status: Status): Unit |