Modifier and Type | Interface and Description |
---|---|
interface |
HttpDirectory
HTTP Directory.
|
interface |
HttpFile
HTTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpFile
Abstract
HttpFile implementation. |
class |
AbstractHttpFileDescription
Abstract
HttpFileDescription . |
class |
AbstractHttpResource
Abstract
HttpResource . |
class |
NotExistHttpResource
Not existing
HttpResource . |
Modifier and Type | Method and Description |
---|---|
HttpResource |
HttpResourceFactory.createHttpResource(String applicationCanonicalPath)
Creates the
HttpResponse . |
HttpResource |
HttpFileDescription.getResource()
Obtains the
HttpResource for details of the HttpFile . |
HttpResource |
AbstractHttpFileDescription.getResource() |
HttpResource[] |
HttpDirectory.listResources()
Obtain the
HttpResource instances contained directly within this
directory. |
Modifier and Type | Method and Description |
---|---|
void |
HttpResourceCreationListener.httpResourceCreated(HttpResource httpResource,
ServerHttpConnection connection,
TaskContext<?,?,F> context)
Notified on the creation of a
HttpResource . |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathHttpDirectory
Classpath
HttpDirectory implementation. |
class |
ClasspathHttpFile
HttpFile implementation. |
Modifier and Type | Method and Description |
---|---|
HttpResource |
ClasspathHttpResourceFactory.createHttpResource(ClassPathHttpResourceNode node)
Creates the
HttpResource . |
HttpResource |
ClasspathHttpResourceFactory.createHttpResource(String applicationCanonicalPath) |
HttpResource[] |
ClasspathHttpDirectory.listResources() |
Modifier and Type | Method and Description |
---|---|
HttpResource |
DirectHttpResourceFactory.createHttpResource(String applicationCanonicalPath) |
Modifier and Type | Method and Description |
---|---|
HttpResource |
SourceHttpResourceFactory.createHttpResource(String applicationCanonicalPath) |
Modifier and Type | Class and Description |
---|---|
class |
WarHttpDirectory
WAR
HttpDirectory . |
class |
WarHttpFile
War
HttpFile . |
Modifier and Type | Method and Description |
---|---|
HttpResource |
WarHttpResourceFactory.createHttpResource(File resource,
String resourcePath)
Creates the
HttpResource . |
HttpResource |
WarHttpResourceFactory.createHttpResource(String applicationCanonicalPath) |
HttpResource[] |
WarHttpDirectory.listResources() |
Copyright © 2005–2016. All rights reserved.