knio
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
knio
knio
/
org.ivcode.knio.net.ssl
Package-level
declarations
Types
Functions
Types
KSSLServer
Socket
Link copied to clipboard
@
Blocking
interface
KSSLServerSocket
:
KServerSocket
KSSLServer
Socket
Factory
Link copied to clipboard
interface
KSSLServerSocketFactory
:
KServerSocketFactory
KSSLServer
Socket
Factory
Default
Link copied to clipboard
@
Blocking
class
KSSLServerSocketFactoryDefault
(
sslContext
:
SSLContext
,
context
:
KnioContext
)
:
KSSLServerSocketFactory
KSSLSocket
Link copied to clipboard
@
Blocking
interface
KSSLSocket
:
KSocket
KSSLSocket
Factory
Link copied to clipboard
interface
KSSLSocketFactory
:
KSocketFactory
Functions
get
Knio
SSLServer
Socket
Factory
Link copied to clipboard
suspend
fun
SSLContext
.
getKnioSSLServerSocketFactory
(
)
:
KSSLServerSocketFactory
get
Knio
SSLSocket
Factory
Link copied to clipboard
suspend
fun
SSLContext
.
getKnioSSLSocketFactory
(
)
:
KSSLSocketFactory