public interface HttpResourceResolver
HttpResource
instances to
be delivered.Modifier and Type | Method and Description |
---|---|
HttpResource |
resolveResource(String finalPath,
int bufferSize) |
HttpResource resolveResource(String finalPath, int bufferSize) throws IOException
finalPath
- A final resource path with all alias processing applied,
usually starting with a slash.bufferSize
- A buffer size used for copy operations.null
, if the resource
could not be found.IOException
Copyright © 2018 Clazzes.org. All rights reserved.