| Package | Description |
|---|---|
| org.glyptodon.guacamole.environment | |
| org.glyptodon.guacamole.xml.protocol |
Classes related to parsing XML files which describe the parameters of a
protocol.
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolInfo |
ProtocolTagHandler.asProtocolInfo()
Returns the ProtocolInfo backing this tag.
|
Copyright © 2015. All rights reserved.