Listener

class Listener

Describes the properties of a Listener for the LoadBalancer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

The port that is used by the Listener.

Link copied to clipboard

The protocol that is used by the Listener.

Functions

Link copied to clipboard
inline fun copy(block: Listener.Builder.() -> Unit = {}): Listener
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String