| Package | Description | 
|---|---|
| io.undertow.server.handlers.encoding | |
| io.undertow.server.handlers.resource | 
| Modifier and Type | Method and Description | 
|---|---|
Resource |  ContentEncodedResource.getResource()  |  
| Modifier and Type | Method and Description | 
|---|---|
ContentEncodedResource |  ContentEncodedResourceManager.getResource(Resource resource, HttpServerExchange exchange) Gets a pre-encoded resource.   |  
| Constructor and Description | 
|---|
ContentEncodedResource(Resource resource, String contentEncoding)  |  
| Modifier and Type | Interface and Description | 
|---|---|
interface  |  RangeAwareResource A resource implementation that   |  
| Modifier and Type | Class and Description | 
|---|---|
class  |  CachedResource  |  
class  |  FileResource A file resource   |  
class  |  PathResource A path resource   |  
class  |  URLResource  |  
| Modifier and Type | Method and Description | 
|---|---|
Resource |  ResourceManager.getResource(String path) Returns a resource for the given path.   |  
Resource |  PathResourceManager.getResource(String p)  |  
Resource |  ClassPathResourceManager.getResource(String path)  |  
| Modifier and Type | Method and Description | 
|---|---|
List<Resource> |  URLResource.list()  |  
List<Resource> |  Resource.list()  |  
List<Resource> |  PathResource.list()  |  
List<Resource> |  CachedResource.list()  |  
| Modifier and Type | Method and Description | 
|---|---|
static void |  DirectoryUtils.renderDirectoryListing(HttpServerExchange exchange, Resource resource)  |  
static StringBuilder |  DirectoryUtils.renderDirectoryListing(String path, Resource resource)  |  
| Constructor and Description | 
|---|
CachedResource(CachingResourceManager cachingResourceManager, Resource underlyingResource, String path)  |  
Copyright © 2017 JBoss by Red Hat. All rights reserved.