Server

org.apache.pekko.stream.Server
See theServer companion object
sealed abstract class Server extends TLSRole

The server is usually the side the provides the service to 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 Server
In this article