molecule.net

SocketOption

object SocketOption

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SocketOption
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DatagramSocketOption extends MulticastSocketOption

  2. case class IP_MULTICAST_LOOP(on: Boolean) extends MulticastSocketOption with Product with Serializable

    Enables or disables local loopback of multicast datagrams.

  3. case class IP_TOS(tc: Int) extends SocketOption with DatagramSocketOption with Product with Serializable

    Sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.

  4. trait MulticastSocketOption extends AnyRef

  5. case class SO_BROADCAST(on: Boolean) extends DatagramSocketOption with Product with Serializable

    Enables a socket to send broadcast messages.

  6. case class SO_KEEPALIVE(on: Boolean) extends SocketOption with Product with Serializable

    Turn on socket keepalive.

  7. case class SO_LINGER(on: Boolean, linger: Int) extends SocketOption with Product with Serializable

    Enable/disable SO_LINGER with the specified linger time in seconds.

  8. case class SO_OOBINLINE(on: Boolean) extends SocketOption with Product with Serializable

    Enable inline reception of TCP urgent data.

  9. case class SO_RCVBUF(size: Int) extends SocketOption with ServerSocketOption with DatagramSocketOption with Product with Serializable

    Set the size of the buffer actually used by the platform when receiving in data on this socket.

  10. case class SO_REUSEADDR(on: Boolean) extends SocketOption with ServerSocketOption with DatagramSocketOption with Product with Serializable

    Enable reuse address for a socket.

  11. case class SO_SNDBUF(size: Int) extends SocketOption with DatagramSocketOption with Product with Serializable

    Set a hint the size of the underlying buffers for outgoing network I/O.

  12. trait ServerSocketOption extends AnyRef

  13. case class TCP_NODELAY(on: Boolean) extends SocketOption with Product with Serializable

    Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped