|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| 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 | |
|---|---|
class |
HttpResponse
An HTTP response. |
| Methods in org.apache.nutch.protocol.http that return Response | |
|---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect)
|
| Uses of Response in org.apache.nutch.protocol.http.api |
|---|
| Methods in org.apache.nutch.protocol.http.api that return Response | |
|---|---|
protected abstract Response |
HttpBase.getResponse(URL url,
WebPage page,
boolean followRedirects)
|
| Uses of Response in org.apache.nutch.protocol.httpclient |
|---|
| Methods in org.apache.nutch.protocol.httpclient that return Response | |
|---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect)
Fetches the url with a configured HTTP client and gets the
response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||