Class TLSRole$

java.lang.Object
org.apache.pekko.stream.TLSRole$

public class TLSRole$ extends Object
Many protocols are asymmetric and distinguish between the client and the server, where the latter listens passively for messages and the former actively initiates the exchange.
  • Field Details

    • MODULE$

      public static final TLSRole$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TLSRole$

      public TLSRole$()
  • Method Details

    • client

      public TLSRole client()
      Java API: obtain the Client singleton value.
    • server

      public TLSRole server()
      Java API: obtain the Server singleton value.