[TOC]

  • Prev
  • Next

Uses of Interface

org.apache.nutch.net.protocols.Response

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

Copyright © 2014 The Apache Software Foundation