lib
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lib
lib
/
computer.iroh
/
EndpointOptions
/
EndpointOptions
Endpoint
Options
constructor
(
preset
:
Preset
?
=
null
,
bindAddr
:
String
?
=
null
,
secretKey
:
ByteArray
?
=
null
,
alpns
:
List
<
ByteArray
>
?
=
null
,
relayMode
:
RelayMode
?
=
null
,
protocols
:
Map
<
ByteArray
,
ProtocolCreator
>
?
=
null
)