public class MagicConsoleSession extends Object
| 构造器和说明 |
|---|
MagicConsoleSession(String sessionId,
org.ssssssss.script.MagicScriptDebugContext magicScriptDebugContext) |
MagicConsoleSession(org.springframework.web.socket.WebSocketSession webSocketSession) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MagicConsoleSession |
from(org.springframework.web.socket.WebSocketSession session) |
String |
getId() |
org.ssssssss.script.MagicScriptDebugContext |
getMagicScriptDebugContext() |
String |
getSessionId() |
org.springframework.web.socket.WebSocketSession |
getWebSocketSession() |
static void |
remove(org.springframework.web.socket.WebSocketSession session) |
void |
setMagicScriptDebugContext(org.ssssssss.script.MagicScriptDebugContext magicScriptDebugContext) |
void |
setSessionId(String sessionId) |
void |
setWebSocketSession(org.springframework.web.socket.WebSocketSession webSocketSession) |
boolean |
writeable() |
public MagicConsoleSession(org.springframework.web.socket.WebSocketSession webSocketSession)
public MagicConsoleSession(String sessionId, org.ssssssss.script.MagicScriptDebugContext magicScriptDebugContext)
public static MagicConsoleSession from(org.springframework.web.socket.WebSocketSession session)
public static void remove(org.springframework.web.socket.WebSocketSession session)
public String getId()
public org.springframework.web.socket.WebSocketSession getWebSocketSession()
public void setWebSocketSession(org.springframework.web.socket.WebSocketSession webSocketSession)
public org.ssssssss.script.MagicScriptDebugContext getMagicScriptDebugContext()
public void setMagicScriptDebugContext(org.ssssssss.script.MagicScriptDebugContext magicScriptDebugContext)
public boolean writeable()
public String getSessionId()
public void setSessionId(String sessionId)
Copyright © 2020–2021. All rights reserved.