Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
ExecSession
Exec
Session
class
ExecSession
(
incomingFlow
:
Flow
<
LogLine
>
,
val
isTty
:
Boolean
,
val
connection
:
DockerRawConnection
)
:
AutoCloseable
Members
Constructors
Exec
Session
Link copied to clipboard
constructor
(
incomingFlow
:
Flow
<
LogLine
>
,
isTty
:
Boolean
,
connection
:
DockerRawConnection
)
Properties
connection
Link copied to clipboard
val
connection
:
DockerRawConnection
incoming
Link copied to clipboard
val
incoming
:
Flow
<
LogLine
>
is
Tty
Link copied to clipboard
val
isTty
:
Boolean
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
send
Link copied to clipboard
suspend
fun
send
(
bytes
:
ByteArray
)
suspend
fun
send
(
text
:
String
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String