Client

org.apache.pekko.stream.Client
See theClient companion object
sealed abstract class Client extends TLSRole

The client is usually the side that consumes the service provided by its interlocutor. The precise interpretation of this role is protocol specific.

Attributes

Companion
object
Source
SslTlsOptions.scala
Graph
Supertypes
class TLSRole
class Object
trait Matchable
class Any
Known subtypes
object Client
In this article