Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getListenerCase")
val listenerCase: ListenerConfiguration.ListenerCase
Link copied to clipboard
@get:JvmName(name = "getPort")
@set:JvmName(name = "setPort")
var port: ListenerConfiguration.PortListener

.elide.host.ListenerConfiguration.PortListener port = 2;

Link copied to clipboard
@get:JvmName(name = "getSettings")
@set:JvmName(name = "setSettings")
var settings: ListenerConfiguration.ListenerSettings

.elide.host.ListenerConfiguration.ListenerSettings settings = 4;

Link copied to clipboard
@get:JvmName(name = "getSocket")
@set:JvmName(name = "setSocket")
var socket: ListenerConfiguration.SocketListener

.elide.host.ListenerConfiguration.SocketListener socket = 3;

Link copied to clipboard
@get:JvmName(name = "getType")
@set:JvmName(name = "setType")
var type: ListenerType

.elide.host.ListenerType type = 1;

Link copied to clipboard
@get:JvmName(name = "getTypeValue")
@set:JvmName(name = "setTypeValue")
var typeValue: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun clearPort()

.elide.host.ListenerConfiguration.PortListener port = 2;

Link copied to clipboard

.elide.host.ListenerConfiguration.ListenerSettings settings = 4;

Link copied to clipboard

.elide.host.ListenerConfiguration.SocketListener socket = 3;

Link copied to clipboard
fun clearType()

.elide.host.ListenerType type = 1;

Link copied to clipboard

.elide.host.ListenerConfiguration.PortListener port = 2;

Link copied to clipboard

.elide.host.ListenerConfiguration.ListenerSettings settings = 4;

Link copied to clipboard

.elide.host.ListenerConfiguration.SocketListener socket = 3;