org.apache.pekko.io.Tcp.SO.TcpNoDelay
pekko.io.Inet.SocketOption to enable or disable TCP_NODELAY (disable or enable Nagle's algorithm)
Please note, that TCP_NODELAY is enabled by default.
For more information see java.net.Socket.setTcpNoDelay
Attributes
-
Source
-
Tcp.scala
-
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