public interface WsServerHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String path)
Determines when ever the given path will be handled by this web socket
handler or not.
|
void |
onText(WsChannel ch,
String text)
This method will be call for each text message received from any client
endpoint connected to the web socket managed by this handler.
|
boolean canHandle(String path)
path - The path to test for.Copyright © 2015–2018 Bridje Framework. All rights reserved.