AcceptorOptions
class AcceptorOptions : SocketOptions
TCP server socket options
Inherited Properties
val customOptions: MutableMap<Any, Any?> |
|
var reuseAddress: Boolean SO_REUSEADDR option |
|
var reusePort: Boolean SO_REUSEPORT option, may not work with old JDK (will be silently ignored) |
|
var typeOfService: TypeOfService ToS value, TypeOfService.UNDEFINED by default, may not work with old JDK (will be silently ignored) |
Inherited Functions
open fun copyCommon(from: SocketOptions): Unit |