Package akka.stream

Class TLSRole$


  • public class TLSRole$
    extends java.lang.Object
    Java API: obtain the Client singleton value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TLSRole$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TLSRole$()  
    • Field Detail

      • MODULE$

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

      • TLSRole$

        public TLSRole$()
    • Method Detail

      • server

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