kenet-dsl
/
org.kotlin.everywhere.net
/
Kenet
Kenet
abstract class
Kenet
Content copied to clipboard
Functions
Properties
Functions
c
Link copied to clipboard
inline fun <
P
:
Any
,
R
:
Any
>
c
():
ReadOnlyProperty
<
Kenet
,
Call
<
P
,
R
>>
Content copied to clipboard
fun <
T
:
Kenet
>
c
(sub:
T
):
ReadOnlyProperty
<
Kenet
,
T
>
Content copied to clipboard
Properties
_client
Link copied to clipboard
var
_client
:
KenetClient
? = null
Content copied to clipboard
_endpoints
Link copied to clipboard
val
_endpoints
:
MutableList
<
Endpoint
>
Content copied to clipboard
_name
Link copied to clipboard
var
_name
:
String
Content copied to clipboard
_parent
Link copied to clipboard
var
_parent
:
Kenet
? = null
Content copied to clipboard