mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Add package-info.java files for all packages.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
/**
|
||||
* All classes relating directly to data input or output.
|
||||
*/
|
||||
package net.sourceforge.guacamole.io;
|
||||
|
@@ -0,0 +1,7 @@
|
||||
|
||||
/**
|
||||
* Classes which apply to network-specific concepts, such as low-level sockets
|
||||
* and tunnels.
|
||||
*/
|
||||
package net.sourceforge.guacamole.net;
|
||||
|
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
* All classes which apply generally across the Guacamole web application
|
||||
* and all other web applications which use the API provided by the
|
||||
* Guacamole project.
|
||||
*/
|
||||
package net.sourceforge.guacamole;
|
||||
|
@@ -0,0 +1,7 @@
|
||||
|
||||
/**
|
||||
* Provides classes for reading properties from the web-application-wide
|
||||
* guacamole.properties file.
|
||||
*/
|
||||
package net.sourceforge.guacamole.properties;
|
||||
|
@@ -0,0 +1,6 @@
|
||||
|
||||
/**
|
||||
* Classes relating directly to the Guacamole protocol.
|
||||
*/
|
||||
package net.sourceforge.guacamole.protocol;
|
||||
|
@@ -0,0 +1,7 @@
|
||||
|
||||
/**
|
||||
* Classes which build upon the Java Servlet API, providing an HTTP-based
|
||||
* tunnel and session management.
|
||||
*/
|
||||
package net.sourceforge.guacamole.servlet;
|
||||
|
Reference in New Issue
Block a user