UdpSO

org.apache.pekko.io.UdpSO
object UdpSO extends SoJavaFactories

Attributes

Source
Udp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UdpSO.type

Members list

Value members

Concrete methods

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

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

For more information see java.net.DatagramSocket#setBroadcast

Attributes

Source
Udp.scala

Inherited methods

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

Inherited from:
SoJavaFactories
Source
Inet.scala

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

Inherited from:
SoJavaFactories
Source
Inet.scala

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

Inherited from:
SoJavaFactories
Source
Inet.scala

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

Inherited from:
SoJavaFactories
Source
Inet.scala

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

Inherited from:
SoJavaFactories
Source
Inet.scala