Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.net
/
Scheme
Scheme
common
data
class
Scheme
(
val
protocolName
:
String
,
val
defaultPort
:
Int
)
Represents a wire protocol
Members
Constructors
Scheme
Link copied to clipboard
common
constructor
(
protocolName
:
String
,
defaultPort
:
Int
)
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
default
Port
Link copied to clipboard
common
val
defaultPort
:
Int
default port for the protocol
protocol
Name
Link copied to clipboard
common
val
protocolName
:
String
name of protocol