Endpoint

data class Endpoint(val host: String = "localhost", val port: Int = 12201)

Model of a Graylog server endpoint.

Constructors

Link copied to clipboard
constructor(host: String = "localhost", port: Int = 12201)

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int = 12201