NioChannelOption

cc.otavia.core.transport.nio.channel.NioChannelOption
See theNioChannelOption companion object
final class NioChannelOption[T](option: SocketOption[T]) extends ChannelOption[T]

Provides ChannelOption over a given SocketOption which is then passed through the underlying NetworkChannel.

Attributes

Companion
object
Graph
Supertypes
class ChannelOption[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def validate(value: T): Unit

Validate the value which is set for the ChannelOption. Sub-classes may override this for special checks.

Validate the value which is set for the ChannelOption. Sub-classes may override this for special checks.

Attributes

Inherited from:
ChannelOption

Inherited fields

val id: Int

Attributes

Inherited from:
ChannelOption
val name: String

Attributes

Inherited from:
ChannelOption