abstract fun createHandler(service: RLPxService!): SubProtocolHandler!
(source)
Creates a new handler for the subprotocol.
service
- RLPxService!: the rlpx service that will use the handler
Return
SubProtocolHandler!: a new handler for the subprotocol, bound to the service.