Interface ConnectHandler
-
public interface ConnectHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.eclipse.jetty.websocket.api.Session session)Handle function on WebSocket connect
-