ProtocolProjection

data class ProtocolProjection(protocol: Protocol, host: Host) : Name, Comparable<ProtocolProjection>

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: ProtocolProjection): Int
toDocument
Link copied to clipboard
open override fun toDocument(): Document
toString
Link copied to clipboard
open override fun toString(): String

Properties

host
Link copied to clipboard
val host: Host
name
Link copied to clipboard
open override val name: String
nameCategory
Link copied to clipboard
open override val nameCategory: String
protocol
Link copied to clipboard
val protocol: Protocol