OOBInline

org.apache.pekko.io.Tcp.SO.OOBInline
final case class OOBInline(on: Boolean) extends SocketOption

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
Supertypes
trait Serializable
trait Product
trait Equals
trait SocketOption
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override 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.

Attributes

Definition Classes
Source
Tcp.scala

Inherited methods

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()

Attributes

Inherited from:
SocketOption
Source
Inet.scala
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

Attributes

Inherited from:
SocketOption
Source
Inet.scala
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

Attributes

Inherited from:
SocketOption
Source
Inet.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product