Interface WebSocket.BinaryHandler

Enclosing class:
WebSocket

public static interface WebSocket.BinaryHandler
Handler for an incoming binary frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBinary(WebSocket ws, byte[] message)
     
  • Method Details

    • onBinary

      void onBinary(WebSocket ws, byte[] message)