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, wait
parseURL, parseURL
public AbstractParsedURLProtocolHandler(java.lang.String protocol)
protocol
public java.lang.String getProtocolHandled()
getProtocolHandled
in interface ParsedURLProtocolHandler
Copyright © 2022 Apache Software Foundation. All Rights Reserved.