接口 WsonrpcClientEndpoint

所有已知实现类:
WsonrpcClientImpl

public interface WsonrpcClientEndpoint
作者:
HeDYn
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onClose(int code, String reason)
     
    void
     
    void
    onMessage(byte[] bytes)
     
    void
    onOpen(net.apexes.wsonrpc.core.WebSocketSession session)
     
    void
    onPong(byte[] bytes)
     
  • 方法详细资料

    • onOpen

      void onOpen(net.apexes.wsonrpc.core.WebSocketSession session)
    • onMessage

      void onMessage(byte[] bytes)
    • onPong

      void onPong(byte[] bytes)
    • onError

      void onError(Throwable error)
    • onClose

      void onClose(int code, String reason)