mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-1132: Add identifier to connection records.
This commit is contained in:
		| @@ -33,6 +33,16 @@ import org.glyptodon.guacamole.net.GuacamoleSocket; | ||||
|  */ | ||||
| public interface ConnectionRecord { | ||||
|  | ||||
|     /** | ||||
|      * Returns the identifier of the connection associated with this connection | ||||
|      * record. | ||||
|      * | ||||
|      * @return | ||||
|      *     The identifier of the connection associated with this connection | ||||
|      *     record. | ||||
|      */ | ||||
|     public String getIdentifier(); | ||||
|      | ||||
|     /** | ||||
|      * Returns the date and time the connection began. | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user