interface SubProtocolIdentifier
Identifier of a subprotocol, comprised of a name and version.
name
abstract fun name(): String
of
open static fun of(name: String, version: Int): SubProtocolIdentifier
version
abstract fun version(): Int