Class AsyncServer


  • public class AsyncServer
    extends java.lang.Object
    QPS server using the non-blocking API.
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncServer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      checkstyle complains if there is no javadoc comment here.
      void run​(java.lang.String[] args)
      Equivalent of "main", but non-static.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncServer

        public AsyncServer()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.lang.Exception
        checkstyle complains if there is no javadoc comment here.
        Throws:
        java.lang.Exception
      • run

        public void run​(java.lang.String[] args)
                 throws java.lang.Exception
        Equivalent of "main", but non-static.
        Throws:
        java.lang.Exception