类 AbstractProtocol

    • 构造器详细资料

      • AbstractProtocol

        public AbstractProtocol()
    • 方法详细资料

      • destroy

        public void destroy()
        从接口复制的说明: Protocol
        Destroy protocol:
        1. Cancel all services this protocol exports and refers
        2. Release all occupied resources, for example: connection, port, etc.
        3. Protocol can continue to export and refer new service even after it's destroyed.
        指定者:
        destroy 在接口中 Protocol