Package akka.stream
Class TLSRole$
- java.lang.Object
-
- akka.stream.TLSRole$
-
public class TLSRole$ extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description TLSRole$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLSRole
client()
Java API: obtain theClient
singleton value.TLSRole
server()
Java API: obtain theServer
singleton value.
-
-
-
Field Detail
-
MODULE$
public static final TLSRole$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-