Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.resource |
Classes which describe and provide access to arbitrary resources, such as
the contents of the classpath of a classloader, or files within the web
application itself.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayResource
A resource which contains a defined byte array.
|
class |
ClassPathResource
A resource which is located within the classpath of an arbitrary
ClassLoader.
|
class |
SequenceResource
A resource which is the logical concatenation of other resources.
|
class |
WebApplicationResource
A resource which is located within the classpath associated with another
class.
|
Copyright © 2016. All rights reserved.