Uses of Class
org.apache.nutch.protocol.ProtocolNotFound
-
Packages that use ProtocolNotFound Package Description org.apache.nutch.protocol Classes related to theProtocol
interface, see alsoorg.apache.nutch.net.protocols
. -
-
Uses of ProtocolNotFound in org.apache.nutch.protocol
Methods in org.apache.nutch.protocol that throw ProtocolNotFound Modifier and Type Method Description Protocol
ProtocolFactory. getProtocol(String urlString)
Returns the appropriateProtocol
implementation for a url.Protocol
ProtocolFactory. getProtocol(URL url)
Returns the appropriateProtocol
implementation for a url.
-