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