- Prev
 - Next
 
Uses of Interface
org.apache.nutch.net.protocols.Response
Packages that use Response Package Description org.apache.nutch.protocol.http
Protocol plugin which supports retrieving documents via the http protocol. org.apache.nutch.protocol.http.api
Common API used by HTTP plugins (http,httpclient) org.apache.nutch.protocol.httpclient
Protocol plugin which supports retrieving documents via the HTTP and HTTPS protocols, optionally with Basic, Digest and NTLM authentication schemes for web server as well as proxy server.
Uses of Response in org.apache.nutch.protocol.http
 Classes in org.apache.nutch.protocol.http that implement Response   Modifier and Type Class and Description    class  HttpResponse 
An HTTP response.
 Methods in org.apache.nutch.protocol.http that return Response   Modifier and Type Method and Description    protected Response Http.getResponse(URL url,
           CrawlDatum datum,
           boolean redirect)    
Uses of Response in org.apache.nutch.protocol.http.api
 Methods in org.apache.nutch.protocol.http.api that return Response   Modifier and Type Method and Description    protected abstract Response HttpBase.getResponse(URL url,
           CrawlDatum datum,
           boolean followRedirects)    
Uses of Response in org.apache.nutch.protocol.httpclient
 Methods in org.apache.nutch.protocol.httpclient that return Response   Modifier and Type Method and Description    protected Response Http.getResponse(URL url,
           CrawlDatum datum,
           boolean redirect) 
Fetches the url with a configured HTTP client and gets the response.
- Prev
 - Next
 
