Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpResourceFactory
Abstract
HttpResourceFactory . |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathHttpResourceFactory
Locates a
HttpFile from a ClassLoader . |
Modifier and Type | Class and Description |
---|---|
class |
DirectHttpResourceFactory
HttpResourceFactory to keep HttpFile and
HttpDirectory instances in memory with direct ByteBuffer for
improved performance. |
Constructor and Description |
---|
DirectHttpResourceFactory(HttpResourceFactory delegate,
String... defaultDirectoryFileNames)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceHttpResourceFactory
HttpResourceFactory initialised from SourceProperties . |
Modifier and Type | Method and Description |
---|---|
static HttpResourceFactory |
SourceHttpResourceFactory.createHttpResourceFactory(SourceContext context)
Creates the
HttpResourceFactory . |
Constructor and Description |
---|
HttpFileFactoryTask(HttpResourceFactory httpResourceFactory,
HttpResourceCreationListener<F> httpFileCreationListener)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
WarHttpResourceFactory
Locates a
HttpFile from a WAR directory or archive. |
Copyright © 2005–2016. All rights reserved.