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