package com.ld.io.api; public interface IoServer { void startup(); void shutdown(); }