Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-loader
/
io.airbyte.cdk.load.file
/
ClientSocket
Client
Socket
class
ClientSocket
(
val
socketPath
:
String
,
bufferSizeBytes
:
Int
,
connectWaitDelayMs
:
Long
=
1000
,
connectTimeoutMs
:
Long
=
15 * 60 * 1000L
)
Members
Constructors
Client
Socket
Link copied to clipboard
constructor
(
socketPath
:
String
,
bufferSizeBytes
:
Int
,
connectWaitDelayMs
:
Long
=
1000
,
connectTimeoutMs
:
Long
=
15 * 60 * 1000L
)
Properties
socket
Path
Link copied to clipboard
val
socketPath
:
String
Functions
connect
Link copied to clipboard
suspend
fun
connect
(
block
:
suspend
(
InputStream
)
->
Unit
)
open
Input
Stream
Link copied to clipboard
fun
openInputStream
(
)
:
InputStream