KeepAlive
org.apache.pekko.io.Tcp.SO.KeepAlive
final case class KeepAlive(on: Boolean) extends SocketOption
pekko.io.Inet.SocketOption to enable or disable SO_KEEPALIVE
For more information see java.net.Socket.setKeepAlive
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SocketOptionclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
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
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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article