Uses of Interface
org.apache.nutch.protocol.Protocol

Packages that use Protocol
com.endeca.itl.web.auth   
org.apache.nutch.protocol   
 

Uses of Protocol in com.endeca.itl.web.auth
 

Methods in com.endeca.itl.web.auth with parameters of type Protocol
 URI Authenticator.authenticate(List<URI> redirectUrls, FetcherOutput fetcherOutput, Protocol protocol)
          Authenticates the crawler for a particular site during the crawl, if necessary.
 void AuthenticatorManager.preCrawlAuthenticate(Protocol protocol)
           
 void Authenticator.preCrawlAuthenticate(Protocol protocol)
          Authenticates the crawler for a particular site before the crawl starts.
 

Uses of Protocol in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return Protocol
 Protocol ProtocolFactory.getProtocol(String urlString)
          Returns the appropriate Protocol implementation for a url.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.