Class Ping.Server

  • All Implemented Interfaces:
    java.lang.Runnable, EventSubscriber, Fiber.Worker
    Enclosing class:
    Ping

    public static class Ping.Server
    extends SessionTask
    Server is a SessionTask, which means an instance of it is created by the NioSelectorScheduler on an incoming connection. The task contains an endpoint object, the bridge between the NIO system and Kilim's scheduling.
    • Constructor Detail

      • Server

        public Server()
    • Method Detail

      • srun

        public static void srun()
                         throws java.io.IOException
        Throws:
        java.io.IOException