Interface WebSocketListener

All Known Implementing Classes:
WebSocketClient

public interface WebSocketListener
Author:
pthomas3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(byte[] bytes)
     
    void
     
  • Method Details

    • onMessage

      void onMessage(String text)
    • onMessage

      void onMessage(byte[] bytes)