final case class ReuseAddress(on: Boolean) extends SocketOption with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReuseAddress
- Serializable
- Product
- Equals
- SocketOption
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def afterConnect(s: Socket): Unit
Action to be taken for this option after connect returned.
Action to be taken for this option after connect returned.
- Definition Classes
- SocketOption
- def beforeConnect(s: Socket): Unit
Action to be taken for this option before calling connect()
Action to be taken for this option before calling connect()
- Definition Classes
- → SocketOption
- def beforeDatagramBind(s: DatagramSocket): Unit
Action to be taken for this option before bind() is called
Action to be taken for this option before bind() is called
- Definition Classes
- → SocketOption
- def beforeServerSocketBind(s: ServerSocket): Unit
Action to be taken for this option before bind() is called
Action to be taken for this option before bind() is called
- Definition Classes
- → SocketOption
- val on: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
akka.io.Inet.SocketOption to enable or disable SO_REUSEADDR
For more information see java.net.Socket#setReuseAddress