class ProxySubprotocol : SubProtocol
(source)
<init> |
ProxySubprotocol() |
createClient |
fun createClient(service: RLPxService, subProtocolIdentifier: SubProtocolIdentifier): ProxyClient |
createHandler |
fun createHandler(service: RLPxService, client: SubProtocolClient): ProxyHandler |
id |
fun id(): SubProtocolIdentifier! |
supports |
fun supports(subProtocolIdentifier: SubProtocolIdentifier): Boolean |
ID |
val ID: SubProtocolIdentifier! |