Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-event-stream
/
aws.smithy.kotlin.runtime.awsprotocol.eventstream
/
HeaderValue
Header
Value
sealed
class
HeaderValue
Event stream frame typed header value
Inheritors
Bool
Byte
Int16
Int32
Int64
ByteArray
String
Timestamp
Uuid
Members
Members & Extensions
Types
Bool
Link copied to clipboard
data
class
Bool
(
val
value
:
Boolean
)
:
HeaderValue
Byte
Link copied to clipboard
data
class
Byte
(
val
value
:
<Error class: unknown class>
)
:
HeaderValue
Byte
Array
Link copied to clipboard
data
class
ByteArray
(
val
value
:
ByteArray
)
:
HeaderValue
Companion
Link copied to clipboard
object
Companion
Int16
Link copied to clipboard
data
class
Int16
(
val
value
:
Short
)
:
HeaderValue
Int32
Link copied to clipboard
data
class
Int32
(
val
value
:
Int
)
:
HeaderValue
Int64
Link copied to clipboard
data
class
Int64
(
val
value
:
Long
)
:
HeaderValue
String
Link copied to clipboard
data
class
String
(
val
value
:
String
)
:
HeaderValue
Timestamp
Link copied to clipboard
data
class
Timestamp
(
val
value
:
<Error class: unknown class>
)
:
HeaderValue
Uuid
Link copied to clipboard
data
class
Uuid
(
val
value
:
<Error class: unknown class>
)
:
HeaderValue
Functions
encode
Link copied to clipboard
fun
encode
(
dest
:
<Error class: unknown class>
)
Encode a header value to
dest
Inherited functions
expect
Bool
Link copied to clipboard
fun
HeaderValue
.
expectBool
(
)
:
Boolean
expect
Byte
Link copied to clipboard
fun
HeaderValue
.
expectByte
(
)
:
Byte
expect
Byte
Array
Link copied to clipboard
fun
HeaderValue
.
expectByteArray
(
)
:
ByteArray
expect
Int16
Link copied to clipboard
fun
HeaderValue
.
expectInt16
(
)
:
Short
expect
Int32
Link copied to clipboard
fun
HeaderValue
.
expectInt32
(
)
:
Int
expect
Int64
Link copied to clipboard
fun
HeaderValue
.
expectInt64
(
)
:
Long
expect
String
Link copied to clipboard
fun
HeaderValue
.
expectString
(
)
:
String
expect
Timestamp
Link copied to clipboard
fun
HeaderValue
.
expectTimestamp
(
)
:
<Error class: unknown class>
expect
Uuid
Link copied to clipboard
fun
HeaderValue
.
expectUuid
(
)
:
<Error class: unknown class>