rlpx / org.apache.tuweni.rlpx.wire / SubProtocol / createHandler

createHandler

abstract fun createHandler(service: RLPxService): SubProtocolHandler (source)

Creates a new handler for the subprotocol.

Parameters

service - the rlpx service that will use the handler

Return
a new handler for the subprotocol, bound to the service.