object UdpSO extends SoJavaFactories
- Source
- Udp.scala
- Alphabetic
- By Inheritance
- UdpSO
- SoJavaFactories
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def broadcast(on: Boolean): Broadcast
akka.io.Inet.SocketOption to set the SO_BROADCAST option
akka.io.Inet.SocketOption to set the SO_BROADCAST option
For more information see java.net.DatagramSocket#setBroadcast
- def receiveBufferSize(size: Int): ReceiveBufferSize
akka.io.Inet.SocketOption to set the SO_RCVBUF option
akka.io.Inet.SocketOption to set the SO_RCVBUF option
For more information see java.net.Socket#setReceiveBufferSize
- Definition Classes
- SoJavaFactories
- def reuseAddress(on: Boolean): ReuseAddress
akka.io.Inet.SocketOption to enable or disable SO_REUSEADDR
akka.io.Inet.SocketOption to enable or disable SO_REUSEADDR
For more information see java.net.Socket#setReuseAddress
- Definition Classes
- SoJavaFactories
- def sendBufferSize(size: Int): SendBufferSize
akka.io.Inet.SocketOption to set the SO_SNDBUF option.
akka.io.Inet.SocketOption to set the SO_SNDBUF option.
For more information see java.net.Socket#setSendBufferSize
- Definition Classes
- SoJavaFactories
- def trafficClass(tc: Int): TrafficClass
akka.io.Inet.SocketOption to set the traffic class or type-of-service octet in the IP header for packets sent from this socket.
akka.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
- Definition Classes
- SoJavaFactories