-
- All Implemented Interfaces:
-
kotlin.Cloneable
public class DittoListen implements Cloneable
Configure this device as a Ditto server. Disabled by default.
This is advanced usage that is not needed in most situations. Please refer to the documentation on Ditto's website for scenarios and example configurations.
-
-
Field Summary
Fields Modifier and Type Field Description private DittoTcpListenConfigtcpprivate DittoHttpListenConfighttp
-
Constructor Summary
Constructors Constructor Description DittoListen(DittoTcpListenConfig tcp, DittoHttpListenConfig http)
-
Method Summary
Modifier and Type Method Description DittoTcpListenConfiggetTcp()UnitsetTcp(DittoTcpListenConfig tcp)DittoHttpListenConfiggetHttp()UnitsetHttp(DittoHttpListenConfig http)DittoListenclone()-
-
Constructor Detail
-
DittoListen
DittoListen(DittoTcpListenConfig tcp, DittoHttpListenConfig http)
-
-
Method Detail
-
getTcp
DittoTcpListenConfig getTcp()
-
setTcp
Unit setTcp(DittoTcpListenConfig tcp)
-
getHttp
DittoHttpListenConfig getHttp()
-
setHttp
Unit setHttp(DittoHttpListenConfig http)
-
clone
DittoListen clone()
-
-
-
-