Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers.resource | |
io.undertow.servlet.api |
Modifier and Type | Method and Description |
---|---|
static ResourceHandler |
Handlers.resource(ResourceManager resourceManager)
Return a new resource handler
|
Modifier and Type | Class and Description |
---|---|
class |
CachingResourceManager |
class |
ClassPathResourceManager |
class |
FileResourceManager
Serves files from the file system.
|
class |
PathResourceManager
Serves files from the file system.
|
Modifier and Type | Field and Description |
---|---|
static ResourceManager |
ResourceManager.EMPTY_RESOURCE_MANAGER |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
PathResourceManager.Builder.build() |
ResourceManager |
ResourceHandler.getResourceManager() |
Modifier and Type | Method and Description |
---|---|
ResourceHandler |
ResourceHandler.setResourceManager(ResourceManager resourceManager) |
Constructor and Description |
---|
CachingResourceManager(int metadataCacheSize,
long maxFileSize,
DirectBufferCache dataCache,
ResourceManager underlyingResourceManager,
int maxAge) |
ResourceHandler(ResourceManager resourceSupplier) |
ResourceHandler(ResourceManager resourceManager,
HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
DeploymentInfo.getResourceManager() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.setResourceManager(ResourceManager resourceManager) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.