Interface ProtocolHandler

All Known Implementing Classes:
ClasspathProtocolHandler, FileProtocolHandler, HttpProtocolHandler

public interface ProtocolHandler
An interface representing a handler for specific URI protocols. Implementations of this interface are responsible for processing URIs that match their supported protocol schemes.
See Also: