public abstract class AbstractParsedURLProtocolHandler extends java.lang.Object implements ParsedURLProtocolHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
protocol |
| Constructor and Description |
|---|
AbstractParsedURLProtocolHandler(java.lang.String protocol)
Constrcut a ProtocolHandler for
protocol |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProtocolHandled()
Returns the protocol to be handled by this class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseURL, parseURLpublic AbstractParsedURLProtocolHandler(java.lang.String protocol)
protocolpublic java.lang.String getProtocolHandled()
getProtocolHandled in interface ParsedURLProtocolHandler