Class Server

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

public abstract class Server extends TLSRole
The server is usually the side the provides the service to its interlocutor. The precise interpretation of this role is protocol specific.
  • Constructor Details

    • Server

      public Server()
  • Method Details

    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • equals

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()