Package var.web.ws.echo
Class Service
- java.lang.Object
-
- var.web.ws.echo.Service
-
public class Service extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(javax.websocket.Session s, java.lang.String nickName)
void
onMessage(java.lang.String m, javax.websocket.Session s)
-
-
-
Constructor Detail
-
Service
public Service()
-
-