mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-03-23 22:11:36 +00:00
Add isOpen() to socket and tunnel. Add getSocket() to tunnel.
This commit is contained in:
+5
@@ -121,4 +121,9 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
||||
socket.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isOpen() {
|
||||
return socket.isOpen();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user