Uses of Class
org.basex.http.ws.WsFunction
-
Packages that use WsFunction Package Description org.basex.http.web -
-
Uses of WsFunction in org.basex.http.web
Methods in org.basex.http.web that return WsFunction Modifier and Type Method Description WsFunctionWebModules. websocket(WebSocket ws, Annotation ann)Returns the WebSocket function that matches the current request.Methods in org.basex.http.web that return types with arguments of type WsFunction Modifier and Type Method Description ArrayList<WsFunction>WebModules. findWs(WebSocket ws, Annotation ann)Returns all implementations for the given WebSocket.ArrayList<WsFunction>WebModule. wsFunctions()Returns all WebSocket functions.
-