Uses of Class
org.apache.nutch.protocol.ProtocolNotFound
Packages that use ProtocolNotFound
Package
Description
Classes related to the
Protocol interface,
see also org.apache.nutch.net.protocols.-
Uses of ProtocolNotFound in org.apache.nutch.protocol
Methods in org.apache.nutch.protocol that throw ProtocolNotFoundModifier and TypeMethodDescriptionProtocolFactory.getProtocol(String urlString) Returns the appropriateProtocolimplementation for a url.ProtocolFactory.getProtocol(URL url) Returns the appropriateProtocolimplementation for a url.