JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.codename1.io
WebSocket
BinaryHandler
Contents
Description
Method Summary
Method Details
onBinary(WebSocket, byte[])
Hide sidebar
Show sidebar
Interface WebSocket.BinaryHandler
Enclosing class:
WebSocket
public static interface
WebSocket.BinaryHandler
Handler for an incoming binary frame.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onBinary
(
WebSocket
ws, byte[] message)
Method Details
onBinary
void
onBinary
(
WebSocket
ws, byte[] message)