Package akka.stream
Class TLSRole$
- java.lang.Object
 - 
- akka.stream.TLSRole$
 
 
- 
public class TLSRole$ extends java.lang.ObjectMany 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 TLSRoleclient()Java API: obtain theClientsingleton value.TLSRoleserver()Java API: obtain theServersingleton value. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TLSRole$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -