Class Handler
java.lang.Object
java.net.URLStreamHandler
com.biglybt.core.util.protocol.biglybt.Handler
- All Implemented Interfaces:
AzURLStreamHandlerSkipConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanProcessWithoutConnection(URL url, boolean processUrlNow) Determines if an URL can be processed withoutURL.openConnection()orURL.openStream()Methods inherited from class URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler
-
canProcessWithoutConnection
Description copied from interface:AzURLStreamHandlerSkipConnectionDetermines if an URL can be processed withoutURL.openConnection()orURL.openStream()- Specified by:
canProcessWithoutConnectionin interfaceAzURLStreamHandlerSkipConnection- Parameters:
url- URL to checkprocessUrlNow- If URL can be processed without a connection, true will process the URL- Returns:
-