public abstract class AbstractCommandProcessor extends Object implements CommandProcessor
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
AbstractCommandProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
void |
init() |
protected void |
sendMessage(org.springframework.web.socket.WebSocketSession session,
WebSocketMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getNameprotected void sendMessage(org.springframework.web.socket.WebSocketSession session,
WebSocketMessage message)
public void init()
init 在接口中 CommandProcessorpublic void destroy()
destroy 在接口中 CommandProcessorCopyright © 2018. All rights reserved.