mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-442: Clean up packages.
This commit is contained in:
@@ -158,7 +158,7 @@ public class GuacamoleClassLoader extends ClassLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Class<?> findClass(String name) throws ClassNotFoundException {
|
public Class<?> findClass(String name) throws ClassNotFoundException {
|
||||||
|
|
||||||
// If no classloader, use default loader
|
// If no classloader, use default loader
|
||||||
if (classLoader == null)
|
if (classLoader == null)
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.glyptodon.guacamole.net.basic.websocket.jsr;
|
package org.glyptodon.guacamole.net.basic.websocket;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import javax.websocket.EndpointConfig;
|
import javax.websocket.EndpointConfig;
|
@@ -20,7 +20,7 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.glyptodon.guacamole.net.basic;
|
package org.glyptodon.guacamole.net.basic.websocket;
|
||||||
|
|
||||||
import java.lang.reflect.InvocationTargetException;
|
import java.lang.reflect.InvocationTargetException;
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
@@ -29,6 +29,7 @@ import javax.servlet.ServletContext;
|
|||||||
import javax.servlet.ServletContextEvent;
|
import javax.servlet.ServletContextEvent;
|
||||||
import javax.servlet.ServletContextListener;
|
import javax.servlet.ServletContextListener;
|
||||||
import org.glyptodon.guacamole.GuacamoleException;
|
import org.glyptodon.guacamole.GuacamoleException;
|
||||||
|
import org.glyptodon.guacamole.net.basic.GuacamoleClassLoader;
|
||||||
import org.glyptodon.guacamole.properties.BooleanGuacamoleProperty;
|
import org.glyptodon.guacamole.properties.BooleanGuacamoleProperty;
|
||||||
import org.glyptodon.guacamole.properties.GuacamoleProperties;
|
import org.glyptodon.guacamole.properties.GuacamoleProperties;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
@@ -20,7 +20,7 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.glyptodon.guacamole.net.basic.websocket.jsr;
|
package org.glyptodon.guacamole.net.basic.websocket;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
@@ -24,5 +24,5 @@
|
|||||||
* Standard WebSocket tunnel implementation. The classes here require a recent
|
* Standard WebSocket tunnel implementation. The classes here require a recent
|
||||||
* servlet container that supports JSR 356.
|
* servlet container that supports JSR 356.
|
||||||
*/
|
*/
|
||||||
package org.glyptodon.guacamole.net.basic.websocket.jsr;
|
package org.glyptodon.guacamole.net.basic.websocket;
|
||||||
|
|
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<!-- Automatically detect and load WebSocket support -->
|
<!-- Automatically detect and load WebSocket support -->
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>org.glyptodon.guacamole.net.basic.WebSocketSupportLoader</listener-class>
|
<listener-class>org.glyptodon.guacamole.net.basic.websocket.WebSocketSupportLoader</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
<!-- Authenticate against service calls and pages -->
|
<!-- Authenticate against service calls and pages -->
|
||||||
|
Reference in New Issue
Block a user