Class TLSRole

java.lang.Object
org.apache.pekko.stream.TLSRole
Direct Known Subclasses:
Client, Server

public abstract class TLSRole extends Object
  • Constructor Details

    • TLSRole

      public TLSRole()
  • Method Details

    • client

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

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