接口 DataChannel.Listener

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void onException​(java.lang.Exception e)
      接收数据过程中出现异常
      void onReceive​(byte[] buffer, int len)
      接收到的对端发送过来的数据
    • 方法详细资料

      • onReceive

        void onReceive​(byte[] buffer,
                       int len)
        接收到的对端发送过来的数据
        参数:
        buffer - 接收到的数据
        len - 接收到的数据长度
      • onException

        void onException​(java.lang.Exception e)
        接收数据过程中出现异常
        参数:
        e - 接收数据时候出现的异常