Package org.simpleframework.http.resource
-
Interface Summary Interface Description Context TheContextinterface is used to give a view of the file system to theResourceEngine.Index TheIndexobject is used to represent the properties a URI can contain.Resource AResourceprovides an abstraction of any given object that can be retrieved using a HTTP request.ResourceEngine TheResourceEngineis used to create implementations of theResourceinterface that suit the targeted resource. -
Class Summary Class Description FileContext TheFileContextprovides an implementation of theContextobject that provides a direct mapping from a request URI as defined in RFC 2616 to an OS specific target.ResourceContainer TheResourceContaineris an implementation of theContainerinterface for handling an arbitrary set of resources.