korlibs
Toggle table of contents
6.1.0-SNAPSHOT
linux
Target filter
linux
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-network-core
/
korlibs.io.socket
/
LinuxSSLSocket
Linux
SSLSocket
linux
class
LinuxSSLSocket
Members
Constructors
Linux
SSLSocket
Link copied to clipboard
linux
constructor
(
)
Types
Companion
Link copied to clipboard
linux
object
Companion
Properties
connected
Link copied to clipboard
linux
val
connected
:
Boolean
endpoint
Link copied to clipboard
linux
var
endpoint
:
NativeSocket.Endpoint
Functions
close
Link copied to clipboard
linux
fun
close
(
)
connect
Link copied to clipboard
linux
suspend
fun
connect
(
host
:
String
,
port
:
Int
)
read
Link copied to clipboard
linux
suspend
fun
read
(
size
:
Int
)
:
ByteArray
suspend
fun
read
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)
:
Int
write
Link copied to clipboard
linux
suspend
fun
write
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)
:
Int