IncomingConnection
org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
final case class IncomingConnection(localAddress: InetSocketAddress, remoteAddress: InetSocketAddress, flow: Flow[ByteString, ByteString, NotUsed])
Represents an accepted incoming TCP connection.
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
Members list
In this article