public class ConnectionEventMessage extends EventMessage
| 构造器和说明 |
|---|
ConnectionEventMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
TcpConnection |
getConnection() |
String |
getEndpoint() |
void |
setConnection(TcpConnection connection) |
void |
setEndpoint(String endpoint) |
public String getEndpoint()
public void setEndpoint(String endpoint)
public TcpConnection getConnection()
public void setConnection(TcpConnection connection)
Copyright © 2022. All rights reserved.