ProtocolFeature

enum ProtocolFeature : Enum<ProtocolFeature> , Flag<UByte>

Model representing protocol-level features

Entries

Link copied to clipboard

Model representing whether DEFLATE compression is supported

Link copied to clipboard
TLS()

Model representing whether TLS is supported

Types

Link copied to clipboard
object Companion : Flags<UByte, ProtocolFeature>

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: UByte