Package | Description |
---|---|
org.apache.guacamole.environment |
Modifier and Type | Method and Description |
---|---|
ProtocolInfo |
Environment.getProtocol(String name)
Returns the protocol having the given name.
|
ProtocolInfo |
LocalEnvironment.getProtocol(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolInfo> |
Environment.getProtocols()
Returns a map of all available protocols, where each key is the name of
that protocol as would be passed to guacd during connection.
|
Map<String,ProtocolInfo> |
LocalEnvironment.getProtocols() |
Copyright © 2018. All rights reserved.