implicit final class SocketOptionsMutableBuilder[Self <: SocketOptions] extends AnyVal
- Annotations
- @inline()
- Source
- dgramMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SocketOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SocketOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setIpv6Only(value: Boolean): Self
- Annotations
- @inline()
- def setIpv6OnlyUndefined: Self
- Annotations
- @inline()
- def setLookup(value: (java.lang.String, LookupOneOptions, Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]) => Unit): Self
- Annotations
- @inline()
- def setLookupUndefined: Self
- Annotations
- @inline()
- def setRecvBufferSize(value: Double): Self
- Annotations
- @inline()
- def setRecvBufferSizeUndefined: Self
- Annotations
- @inline()
- def setReuseAddr(value: Boolean): Self
- Annotations
- @inline()
- def setReuseAddrUndefined: Self
- Annotations
- @inline()
- def setSendBufferSize(value: Double): Self
- Annotations
- @inline()
- def setSendBufferSizeUndefined: Self
- Annotations
- @inline()
- def setType(value: SocketType): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self