Package akka.stream

Class 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.
    • 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$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TLSRole client()
      Java API: obtain the Client singleton value.
      TLSRole server()
      Java API: obtain the Server singleton value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

      • client

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

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