Interface WebSocket.TextHandler

Enclosing class:
WebSocket

public static interface WebSocket.TextHandler
Handler for an incoming text frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onText(WebSocket ws, String message)