Uses of Class
org.apache.guacamole.protocols.ProtocolInfo
-
Packages that use ProtocolInfo Package Description org.apache.guacamole.environment -
-
Uses of ProtocolInfo in org.apache.guacamole.environment
Methods in org.apache.guacamole.environment that return ProtocolInfo Modifier and Type Method Description ProtocolInfo
DelegatingEnvironment. getProtocol(String name)
ProtocolInfo
Environment. getProtocol(String name)
Returns the protocol having the given name.ProtocolInfo
LocalEnvironment. getProtocol(String name)
Methods in org.apache.guacamole.environment that return types with arguments of type ProtocolInfo Modifier and Type Method Description Map<String,ProtocolInfo>
DelegatingEnvironment. getProtocols()
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()
-