Class ServerImpl.ServerListenerImpl

    • Constructor Detail

      • ServerListenerImpl

        private ServerListenerImpl()
    • Method Detail

      • serverShutdown

        public void serverShutdown()
        Description copied from interface: ServerListener
        The server is shutting down. No new transports will be processed, but existing transports may continue. Shutdown is only caused by a call to InternalServer.shutdown(). All resources have been released.
        Specified by:
        serverShutdown in interface ServerListener