org.apache.pekko.io.Tcp.SO.OOBInline
pekko.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
Attributes
Source
Tcp.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Action to be taken for this option after connect returned.
Action to be taken for this option after connect returned.
Attributes
Definition Classes
Source
Tcp.scala
Action to be taken for this option before calling connect()
Action to be taken for this option before calling connect()
Attributes
Inherited from:
SocketOption
Source
Inet.scala
Action to be taken for this option before bind() is called
Action to be taken for this option before bind() is called
Attributes
Inherited from:
SocketOption
Source
Inet.scala
Action to be taken for this option before bind() is called
Action to be taken for this option before bind() is called
Attributes
Inherited from:
SocketOption
Source
Inet.scala