public abstract class AbstractParsedURLProtocolHandler extends Object implements ParsedURLProtocolHandler
Constructor and Description |
---|
AbstractParsedURLProtocolHandler(String protocol)
Constrcut a ProtocolHandler for
protocol |
Modifier and Type | Method and Description |
---|---|
String |
getProtocolHandled()
Returns the protocol to be handled by this class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseURL, parseURL
protected String protocol
public AbstractParsedURLProtocolHandler(String protocol)
protocol
public String getProtocolHandled()
getProtocolHandled
in interface ParsedURLProtocolHandler
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.