SO

org.apache.pekko.io.Inet.SO
object SO

Attributes

Source
Inet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SO.type

Members list

Type members

Classlikes

final case class ReceiveBufferSize(size: Int) extends SocketOption

pekko.io.Inet.SocketOption to set the SO_RCVBUF option

pekko.io.Inet.SocketOption to set the SO_RCVBUF option

For more information see java.net.Socket#setReceiveBufferSize

Attributes

Source
Inet.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all
final case class ReuseAddress(on: Boolean) extends SocketOption

pekko.io.Inet.SocketOption to enable or disable SO_REUSEADDR

pekko.io.Inet.SocketOption to enable or disable SO_REUSEADDR

For more information see java.net.Socket#setReuseAddress

Attributes

Source
Inet.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all
final case class ReusePort(on: Boolean) extends SocketOption

pekko.io.Inet.SocketOption to enable or disable SO_REUSEPORT

pekko.io.Inet.SocketOption to enable or disable SO_REUSEPORT

For more information see java.net.StandardSocketOptions#SO_REUSEPORT

Attributes

Since

2.0.0

Source
Inet.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all
final case class SendBufferSize(size: Int) extends SocketOption

pekko.io.Inet.SocketOption to set the SO_SNDBUF option.

pekko.io.Inet.SocketOption to set the SO_SNDBUF option.

For more information see java.net.Socket#setSendBufferSize

Attributes

Source
Inet.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all
final case class TrafficClass(tc: Int) extends SocketOption

pekko.io.Inet.SocketOption to set the traffic class or type-of-service octet in the IP header for packets sent from this socket.

pekko.io.Inet.SocketOption to set the traffic class or type-of-service octet in the IP header for packets sent from this socket.

For more information see java.net.Socket#setTrafficClass

Attributes

Source
Inet.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all