mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
Renamed.
This commit is contained in:
@@ -25,11 +25,11 @@ import net.sourceforge.guacamole.protocol.GuacamoleInstruction.Operation;
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
public class ConfiguredSocket implements GuacamoleSocket {
|
||||
public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
||||
|
||||
private GuacamoleSocket socket;
|
||||
|
||||
public ConfiguredSocket(GuacamoleSocket socket, Configuration config) throws GuacamoleException {
|
||||
public ConfiguredGuacamoleSocket(GuacamoleSocket socket, GuacamoleConfiguration config) throws GuacamoleException {
|
||||
|
||||
this.socket = socket;
|
||||
|
@@ -21,7 +21,7 @@ import java.util.HashMap;
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
public class Configuration {
|
||||
public class GuacamoleConfiguration {
|
||||
|
||||
private String protocol;
|
||||
private HashMap<String, String> parameters = new HashMap<String, String>();
|
Reference in New Issue
Block a user