mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Add isOpen() to socket and tunnel. Add getSocket() to tunnel.
This commit is contained in:
		| @@ -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