public class SocketServer extends Object
| 构造器和说明 |
|---|
SocketServer(int port,
BaseRegister register) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> com.digiwin.pressure.cs.core.domain.Result<T> |
requestClient(long slaverId,
int apiId,
Object requestData,
int timeoutSeconds) |
void |
setBlackIp(String blackIp) |
void |
start() |
public SocketServer(int port,
BaseRegister register)
public <T> com.digiwin.pressure.cs.core.domain.Result<T> requestClient(long slaverId,
int apiId,
Object requestData,
int timeoutSeconds)
throws Exception
Exceptionpublic void start()
throws IOException
IOExceptionpublic void setBlackIp(String blackIp)
Copyright © 2025. All rights reserved.