Class FileProtocolHandler

java.lang.Object
com.thecsdev.common.resource.protocol.FileProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public final class FileProtocolHandler extends Object implements ProtocolHandler
A ProtocolHandler implementation for handling "file" protocol URIs. This handler reads files from the local filesystem and returns their contents as ResourceResponse objects.
See Also: