Interface CloseHandler


public interface CloseHandler
  • Method Summary

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

    • handle

      void handle(int code, String reason)