public interface WorkspaceChannel
限定符和类型 | 方法和说明 |
---|---|
void |
close()
关闭连接
|
WorkspaceConnection |
getConnection()
当前连接信息
|
byte[] |
send(byte[] request)
向channel发送消息
|
boolean |
testConnection()
测试连接
|
boolean testConnection()
byte[] send(byte[] request)
WorkspaceConnection getConnection()
void close()