final case class OOBInline(on: Boolean) extends SocketOption with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- OOBInline
- 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(ds: 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(ss: 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 OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data is silently discarded.
For more information see
java.net.Socket.setOOBInline