Package akka.stream

Class TLSRole

  • Direct Known Subclasses:
    Client, Server

    public abstract class TLSRole
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TLSRole()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TLSRole client()
      Java API: obtain the Client singleton value.
      static 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
    • Constructor Detail

      • TLSRole

        public TLSRole()
    • Method Detail

      • client

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

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