MCPcopy Create free account

hub / github.com/alibaba/f2etest / types & classes

Types & classes228 in github.com/alibaba/f2etest

ClassAbstractConnection
Basic implementation of a Guacamole connection. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/AbstractConnection.java:32
ClassAbstractConnection
Basic implementation of a Guacamole connection. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/AbstractConnection.java:32
ClassAbstractConnectionGroup
Basic implementation of a Guacamole connection group. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.java:30
ClassAbstractConnectionGroup
Basic implementation of a Guacamole connection group. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.java:30
ClassAbstractUser
Basic implementation of a Guacamole user which uses the username to determine equality. Username comparison is case-sensitive. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/AbstractUser.java:32
ClassAbstractUser
Basic implementation of a Guacamole user which uses the username to determine equality. Username comparison is case-sensitive. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/AbstractUser.java:32
ClassActiveConnectionMap
Represents the map of currently active Connections to the count of the number of current users. Whenever a socket is opened, the connection count shou
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/ActiveConnectionMap.java:44
ClassAuthenticatingHttpServlet
Abstract servlet which provides an authenticatedService() function that is only called if the HTTP request is authenticated, or the current HTTP sessi
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/AuthenticatingHttpServlet.java:67
ClassAuthenticatingWebSocketServlet
A WebSocket servlet wrapped around an AuthenticatingHttpServlet. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/websocket/jetty/AuthenticatingWebSocketServlet.java:44
ClassAuthenticatingWebSocketServlet
A WebSocket servlet wrapped around an AuthenticatingHttpServlet. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/websocket/tomcat/AuthenticatingWebSocketServlet.java:45
ClassAuthenticationFailureEvent
An event which is triggered whenever a user's credentials fail to be authenticated. The credentials that failed to be authenticated are included withi
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.java:34
ClassAuthenticationFailureEvent
An event which is triggered whenever a user's credentials fail to be authenticated. The credentials that failed to be authenticated are included withi
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.java:34
InterfaceAuthenticationFailureListener
A listener whose authenticationFailed() hook will fire immediately after a user's authentication attempt fails. Note that this hook cannot be used to
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/event/listener/AuthenticationFailureListener.java:35
InterfaceAuthenticationFailureListener
A listener whose authenticationFailed() hook will fire immediately after a user's authentication attempt fails. Note that this hook cannot be used to
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/event/listener/AuthenticationFailureListener.java:35
InterfaceAuthenticationProvider
Provides means of accessing and managing the available GuacamoleConfiguration objects and User objects. Access to each configuration and each user is
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/AuthenticationProvider.java:34
InterfaceAuthenticationProvider
Provides means of accessing and managing the available GuacamoleConfiguration objects and User objects. Access to each configuration and each user is
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/AuthenticationProvider.java:34
ClassAuthenticationProviderProperty
A GuacamoleProperty whose value is the name of a class to use to authenticate users. This class must implement AuthenticationProvider. @author Michae
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/properties/AuthenticationProviderProperty.java:37
ClassAuthenticationSuccessEvent
An event which is triggered whenever a user's credentials pass authentication. The credentials that passed authentication are included within this eve
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.java:35
ClassAuthenticationSuccessEvent
An event which is triggered whenever a user's credentials pass authentication. The credentials that passed authentication are included within this eve
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.java:35
InterfaceAuthenticationSuccessListener
A listener whose hooks will fire immediately before and after a user's authentication attempt succeeds. If a user successfully authenticates, the auth
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/event/listener/AuthenticationSuccessListener.java:36
InterfaceAuthenticationSuccessListener
A listener whose hooks will fire immediately before and after a user's authentication attempt succeeds. If a user successfully authenticates, the auth
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/event/listener/AuthenticationSuccessListener.java:36
ClassAuthorization
Mapping of username/password pair to configuration set. In addition to basic storage of the username, password, and configurations, this class also pr
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/auth/Authorization.java:39
ClassAuthorizeTagHandler
TagHandler for the "authorize" element. @author Mike Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/xml/user_mapping/AuthorizeTagHandler.java:37
ClassBasicFileAuthenticationProvider
Authenticates users against a static list of username/password pairs. Each username/password may be associated with multiple configurations. This list
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java:55
ClassBasicGuacamoleProperties
Properties used by the default Guacamole web application. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/properties/BasicGuacamoleProperties.java:34
ClassBasicGuacamoleTunnelServlet
Connects users to a tunnel associated with the authorized connection having the given ID. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/BasicGuacamoleTunnelServlet.java:42
ClassBasicGuacamoleWebSocketTunnelServlet
Authenticating tunnel servlet implementation which uses WebSocket as a tunnel backend, rather than HTTP.
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/websocket/jetty/BasicGuacamoleWebSocketTunnelServlet.java:36
ClassBasicGuacamoleWebSocketTunnelServlet
Authenticating tunnel servlet implementation which uses WebSocket as a tunnel backend, rather than HTTP.
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/websocket/tomcat/BasicGuacamoleWebSocketTunnelServlet.java:36
ClassBasicLogin
Simple dummy AuthenticatingHttpServlet which provides an endpoint for arbitrary authentication requests that do not expect a response. @author Michae
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/BasicLogin.java:37
ClassBasicLogout
Logs out the current user by invalidating the associated HttpSession and redirecting the user to the login page. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/BasicLogout.java:37
ClassBasicTunnelRequestUtility
Utility class that takes a standard request from the Guacamole JavaScript client and produces the corresponding GuacamoleTunnel. The implementation of
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/BasicTunnelRequestUtility.java:59
ClassBooleanGuacamoleProperty
A GuacamoleProperty whose value is an boolean. Legal true values are "true", or "false". Case does not matter. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.java:34
ClassBooleanGuacamoleProperty
A GuacamoleProperty whose value is an boolean. Legal true values are "true", or "false". Case does not matter. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.java:34
ClassCaptureClipboard
Servlet which dumps the current contents of the clipboard. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/CaptureClipboard.java:41
ClassClipboardState
Provides central storage for a cross-connection clipboard state. This clipboard state is shared only for a single HTTP session. Multiple HTTP sessions
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/ClipboardState.java:32
ClassConfiguredGuacamoleSocket
A GuacamoleSocket which pre-configures the connection based on a given GuacamoleConfiguration, completing the initial protocol handshake before accept
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/ConfiguredGuacamoleSocket.java:45
ClassConnection
Represents the count of users currently using a MySQL connection.
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/ActiveConnectionMap.java:49
InterfaceConnection
Represents a pairing of a GuacamoleConfiguration with a unique, human-readable identifier, and abstracts the connection process. The backing Guacamole
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/Connection.java:39
InterfaceConnection
Represents a pairing of a GuacamoleConfiguration with a unique, human-readable identifier, and abstracts the connection process. The backing Guacamole
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/Connection.java:39
ClassConnectionDirectory
A MySQL-based implementation of the connection directory. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/ConnectionDirectory.java:50
InterfaceConnectionGroup
Represents a connection group, which can contain both other connection groups as well as connections. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/ConnectionGroup.java:35
InterfaceConnectionGroup
Represents a connection group, which can contain both other connection groups as well as connections. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/ConnectionGroup.java:35
ClassConnectionGroupDirectory
A MySQL-based implementation of the connection group directory. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/ConnectionGroupDirectory.java:46
ClassConnectionGroupPermission
A permission which controls operations that directly affect a specific ConnectionGroup. Note that this permission only refers to the ConnectionGroup b
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/permission/ConnectionGroupPermission.java:34
ClassConnectionGroupPermission
A permission which controls operations that directly affect a specific ConnectionGroup. Note that this permission only refers to the ConnectionGroup b
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/permission/ConnectionGroupPermission.java:34
ClassConnectionGroupService
Service which provides convenience methods for creating, retrieving, and manipulating connection groups. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/ConnectionGroupService.java:54
ClassConnectionGroupUtility
A class that provides helper methods for the ConnectionGroup CRUD servlets. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connectiongroups/ConnectionGroupUtility.java:35
ClassConnectionPermission
A permission which controls operations that directly affect a specific GuacamoleConfiguration. Note that this permission only refers to the GuacamoleC
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/permission/ConnectionPermission.java:34
ClassConnectionPermission
A permission which controls operations that directly affect a specific GuacamoleConfiguration. Note that this permission only refers to the GuacamoleC
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/permission/ConnectionPermission.java:34
InterfaceConnectionRecord
A logging record describing when a user started and ended usage of a particular connection. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/ConnectionRecord.java:33
InterfaceConnectionRecord
A logging record describing when a user started and ended usage of a particular connection. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/ConnectionRecord.java:33
ClassConnectionService
Service which provides convenience methods for creating, retrieving, and manipulating connections. @author Michael Jumper, James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/ConnectionService.java:66
ClassConnectionTagHandler
TagHandler for the "connection" element. @author Mike Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/xml/user_mapping/ConnectionTagHandler.java:36
ClassConnectionUser
f2etest-guacamole/guacamole-client-0.9.3/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/ActiveConnectionMap.java:106
ClassConnectionUtility
A class that provides helper methods for the Connection CRUD servlets. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connections/ConnectionUtility.java:36
ClassCreate
Simple HttpServlet which handles user creation. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/users/Create.java:39
ClassCreate
Simple HttpServlet which handles connection creation. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connections/Create.java:40
ClassCreate
Simple HttpServlet which handles connection group creation. @author James Muehlner
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connectiongroups/Create.java:38
InterfaceCredentialEvent
Abstract basis for events which may have associated user credentials when triggered. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/event/CredentialEvent.java:33
InterfaceCredentialEvent
Abstract basis for events which may have associated user credentials when triggered. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/event/CredentialEvent.java:33
ClassCredentials
Simple arbitrary set of credentials, including a username/password pair, the HttpServletRequest associated with the request for authorization (if any)
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/Credentials.java:40
ClassCredentials
Simple arbitrary set of credentials, including a username/password pair, the HttpServletRequest associated with the request for authorization (if any)
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/Credentials.java:40
ClassDelete
Simple HttpServlet which handles user deletion. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/users/Delete.java:38
ClassDelete
Simple HttpServlet which handles connection deletion. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connections/Delete.java:38
ClassDelete
Simple HttpServlet which handles connection group deletion. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connectiongroups/Delete.java:38
InterfaceDirectory
Provides access to a collection of all objects with associated identifiers, and allows user manipulation and removal. Objects stored within a Director
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/net/auth/Directory.java:40
InterfaceDirectory
Provides access to a collection of all objects with associated identifiers, and allows user manipulation and removal. Objects stored within a Director
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/auth/Directory.java:40
ClassDocumentHandler
A simple ContentHandler implementation which digests SAX document events and produces simpler tag-level events, maintaining its own stack for the conv
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/xml/DocumentHandler.java:38
ClassDocumentHandlerState
The current state of the DocumentHandler.
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/xml/DocumentHandler.java:151
ClassDummyConnection
Basic Connection skeleton, providing a means of storing Connection data prior to CRUD operations. This Connection has no functionality for actually pe
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connections/DummyConnection.java:42
ClassDummyConnectionGroup
Basic ConnectionGroup skeleton, providing a means of storing Connection data prior to CRUD operations. This ConnectionGroup has no functionality for a
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/connectiongroups/DummyConnectionGroup.java:43
ClassDummyUser
Basic User skeleton, providing a means of storing User data prior to CRUD operations. This User does not promote any of the semantics that would other
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/crud/users/DummyUser.java:40
EnumEncoding
All supported password encodings.
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/auth/Authorization.java:44
ClassEventListenersProperty
A GuacamoleProperty whose value is a comma-separated list of class names, where each class will be used as a listener for events. @author Michael Jum
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/properties/EventListenersProperty.java:37
ClassExampleTunnelServlet
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/doc/example/ExampleTunnelServlet.java:35
ClassFileGuacamoleProperty
A GuacamoleProperty whose value is a filename. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/FileGuacamoleProperty.java:33
ClassFileGuacamoleProperty
A GuacamoleProperty whose value is a filename. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/properties/FileGuacamoleProperty.java:33
ClassFilteredGuacamoleReader
GuacamoleReader which applies a given GuacamoleFilter to observe or alter all read instructions. Instructions may also be dropped or denied by the the
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/FilteredGuacamoleReader.java:35
ClassFilteredGuacamoleReaderTest
Test which validates filtering of Guacamole instructions with FilteredGuacamoleReader. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/test/java/org/glyptodon/guacamole/protocol/FilteredGuacamoleReaderTest.java:38
ClassFilteredGuacamoleSocket
Implementation of GuacamoleSocket which allows individual instructions to be intercepted, overridden, etc. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/FilteredGuacamoleSocket.java:36
ClassFilteredGuacamoleWriter
GuacamoleWriter which applies a given GuacamoleFilter to observe or alter all written instructions. Instructions may also be dropped or denied by the
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/FilteredGuacamoleWriter.java:36
ClassFilteredGuacamoleWriterTest
Test which validates filtering of Guacamole instructions with FilteredGuacamoleWriter. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/test/java/org/glyptodon/guacamole/protocol/FilteredGuacamoleWriterTest.java:38
ClassGuacamoleClassLoader
A ClassLoader implementation which finds classes within a configurable directory. This directory is set within guacamole.properties. @author Michael
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/GuacamoleClassLoader.java:45
ClassGuacamoleClientBadTypeException
An exception which is thrown when data has been submitted with an unsupported mimetype. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleClientBadTypeException.java:34
ClassGuacamoleClientException
A generic exception thrown when part of the Guacamole API encounters an error in the client's request. Such an error, if correctable, usually requires
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleClientException.java:35
ClassGuacamoleClientInformation
An abstract representation of Guacamole client information, including all information required by the Guacamole protocol during the preamble. @author
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleClientInformation.java:35
ClassGuacamoleClientOverrunException
An exception which is thrown when the client has sent too much data. This usually indicates that a server-side buffer is not large enough to accommoda
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleClientOverrunException.java:36
ClassGuacamoleClientTimeoutException
An exception which is thrown when the client is taking too long to respond. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleClientTimeoutException.java:33
ClassGuacamoleClientTooManyException
An exception which is thrown when too many requests have been received by the current client, and further requests are being rejected, either temporar
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleClientTooManyException.java:35
ClassGuacamoleConfiguration
All information necessary to complete the initial protocol handshake of a Guacamole session. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleConfiguration.java:38
ClassGuacamoleException
A generic exception thrown when parts of the Guacamole API encounter errors. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/GuacamoleException.java:34
InterfaceGuacamoleFilter
Interface which provides for the filtering of individual instructions. Each filtered instruction may be allowed through untouched, modified, replaced,
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleFilter.java:34
ClassGuacamoleHTTPTunnelServlet
A HttpServlet implementing and abstracting the operations required by the HTTP implementation of the JavaScript Guacamole client's tunnel. @author Mi
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/servlet/GuacamoleHTTPTunnelServlet.java:55
ClassGuacamoleHome
Abstract representation of the Guacamole configuration directory. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/GuacamoleHome.java:32
ClassGuacamoleHome
Abstract representation of the Guacamole configuration directory. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/properties/GuacamoleHome.java:32
ClassGuacamoleInstruction
An abstract representation of a Guacamole instruction, as defined by the Guacamole protocol. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleInstruction.java:36
ClassGuacamoleParser
Parser for the Guacamole protocol. Arbitrary instruction data is appended, and instructions are returned as a result. Invalid instructions result in e
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleParser.java:38
ClassGuacamoleParserTest
Unit test for GuacamoleParser. Verifies that parsing of the Guacamole protocol works as required. @author Michael Jumper
f2etest-guacamole/guacamole-client-0.9.3/guacamole-common/src/test/java/org/glyptodon/guacamole/protocol/GuacamoleParserTest.java:35
ClassGuacamoleProperties
Simple utility class for reading properties from the guacamole.properties file. The guacamole.properties file is preferably located in the servlet con
f2etest-guacamole/guacamole-client-0.9.3/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/GuacamoleProperties.java:44
ClassGuacamoleProperties
Simple utility class for reading properties from the guacamole.properties file. The guacamole.properties file is preferably located in the servlet con
f2etest-guacamole/guacamole-client-0.9.3/guacamole/src/main/java/org/glyptodon/guacamole/properties/GuacamoleProperties.java:44
next →1–100 of 228, ranked by callers