类 WkWebSocket
- java.lang.Object
-
- org.nutz.plugins.mvc.websocket.AbstractWsEndpoint
-
- cn.wizzer.app.web.commons.ext.websocket.WkWebSocket
-
- 所有已实现的接口:
org.nutz.integration.jedis.pubsub.PubSub
@IocBean(create="init") public class WkWebSocket extends org.nutz.plugins.mvc.websocket.AbstractWsEndpoint implements org.nutz.integration.jedis.pubsub.PubSub
-
-
字段概要
字段 修饰符和类型 字段 说明 protected org.nutz.ioc.Iociocprotected org.nutz.integration.jedis.JedisAgentjedisAgentprotected static org.nutz.log.Loglogprotected org.nutz.integration.jedis.pubsub.PubSubServicepubSubService
-
构造器概要
构造器 构造器 说明 WkWebSocket()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.nutz.plugins.mvc.websocket.WsHandlercreateHandler(javax.websocket.Session session, javax.websocket.EndpointConfig config)voidinit()voidonMessage(String channel, String message)-
从类继承的方法 org.nutz.plugins.mvc.websocket.AbstractWsEndpoint
_onClose, _onError, _onMesssageString, _onOpen, changeSessionId, each, getHandler, getRoomPrefix, getRoomProvider, getSession, getSession, isUndertowSession, onClose, onError, onMesssageString, onOpen, sendBinary, sendBinarySync, sendJson, sendJsonSync, sendText, sendTextSync, setRoomPrefix, setRoomProvider, toByteBuffer
-
-