public class DefaultUDPHandle extends AbstractUDPHandle
logger, systemCode| 构造器和说明 |
|---|
DefaultUDPHandle(com.ds.server.JDSClientService client,
com.ds.engine.JDSSessionHandle sessionHandle,
String systemCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connect(com.ds.context.JDSContext context) |
void |
disconnect() |
void |
receive(String receiveStr) |
boolean |
repeatMsg(com.ds.msg.Msg msg,
com.ds.engine.JDSSessionHandle handle) |
boolean |
send(String msgString) |
String |
toString() |
getClient, getConnectInfo, getHandleService, getIp, getPort, getSessionHandle, getSystemCode, getUdpServer, isconnect, repeatCommand, send, setConnectInfo, setIp, setPort, setSystemCodepublic DefaultUDPHandle(com.ds.server.JDSClientService client,
com.ds.engine.JDSSessionHandle sessionHandle,
String systemCode)
throws com.ds.common.JDSException
com.ds.common.JDSExceptionpublic void receive(String receiveStr) throws com.ds.common.JDSException
com.ds.common.JDSExceptionpublic boolean send(String msgString) throws com.ds.common.JDSException
com.ds.common.JDSExceptionpublic void connect(com.ds.context.JDSContext context)
throws com.ds.common.JDSException
connect 在接口中 com.ds.engine.ConnectionHandleconnect 在类中 AbstractUDPHandlecom.ds.common.JDSExceptionpublic void disconnect()
throws com.ds.common.JDSException
disconnect 在接口中 com.ds.engine.ConnectionHandledisconnect 在类中 AbstractUDPHandlecom.ds.common.JDSExceptionpublic boolean repeatMsg(com.ds.msg.Msg msg,
com.ds.engine.JDSSessionHandle handle)
throws com.ds.common.JDSException
repeatMsg 在接口中 com.ds.engine.ConnectionHandlerepeatMsg 在类中 AbstractUDPHandlecom.ds.common.JDSExceptionCopyright © 2025 onecode. All rights reserved.