Package | Description |
---|---|
io.jpom.service.manage | |
io.jpom.socket | |
io.jpom.socket.handler |
Modifier and Type | Method and Description |
---|---|
String |
ConsoleService.execCommand(ConsoleCommandOp consoleCommandOp,
NodeProjectInfoModel nodeProjectInfoModel,
NodeProjectInfoModel.JavaCopyItem copyItem)
执行shell命令
|
Modifier and Type | Method and Description |
---|---|
static ConsoleCommandOp |
ConsoleCommandOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleCommandOp[] |
ConsoleCommandOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected String |
BaseProxyHandler.handleTextMessage(Map<String,Object> attributes,
ProxySession proxySession,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp)
消息处理方法
|
protected String |
BaseProxyHandler.handleTextMessage(Map<String,Object> attributes,
org.springframework.web.socket.WebSocketSession session,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp)
消息处理方法
|
Modifier and Type | Method and Description |
---|---|
protected String |
TomcatHandler.handleTextMessage(Map<String,Object> attributes,
ProxySession proxySession,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
NodeScriptHandler.handleTextMessage(Map<String,Object> attributes,
ProxySession proxySession,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
ConsoleHandler.handleTextMessage(Map<String,Object> attributes,
ProxySession proxySession,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
TomcatHandler.handleTextMessage(Map<String,Object> attributes,
org.springframework.web.socket.WebSocketSession session,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
ServerScriptHandler.handleTextMessage(Map<String,Object> attributes,
org.springframework.web.socket.WebSocketSession session,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
NodeUpdateHandler.handleTextMessage(Map<String,Object> attributes,
org.springframework.web.socket.WebSocketSession session,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
protected String |
DockerLogHandler.handleTextMessage(Map<String,Object> attributes,
org.springframework.web.socket.WebSocketSession session,
com.alibaba.fastjson.JSONObject json,
ConsoleCommandOp consoleCommandOp) |
Copyright © 2017–2022. All rights reserved.