Interface CloseHandler


public interface CloseHandler
关闭处理器
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(int code, String reason)
     
  • Method Details

    • handle

      void handle(int code, String reason)