Uses of Class
org.basex.http.ws.WebSocket
-
Packages that use WebSocket Package Description org.basex.http.web org.basex.http.ws -
-
Uses of WebSocket in org.basex.http.web
Methods in org.basex.http.web with parameters of type WebSocket Modifier and Type Method Description ArrayList<WsFunction>WebModules. findWs(WebSocket ws, Annotation ann)Returns all implementations for the given WebSocket.WsFunctionWebModules. websocket(WebSocket ws, Annotation ann)Returns the WebSocket function that matches the current request. -
Uses of WebSocket in org.basex.http.ws
Methods in org.basex.http.ws that return WebSocket Modifier and Type Method Description static WebSocketWsPool. get(String id)Returns the client with the specified id.
-