Package | Description |
---|---|
org.apache.nutch.net.protocols |
Helper classes related to the
Protocol
interface, see also org.apache.nutch.protocol . |
org.apache.nutch.protocol.okhttp |
Protocol plugin based on okhttp, supports http, https, http/2.
|
Modifier and Type | Method and Description |
---|---|
static Response.TruncatedContentReason |
Response.TruncatedContentReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.TruncatedContentReason[] |
Response.TruncatedContentReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Response.TruncatedContentReason |
OkHttpResponse.TruncatedContent.getReason() |
Modifier and Type | Method and Description |
---|---|
void |
OkHttpResponse.TruncatedContent.setReason(Response.TruncatedContentReason val) |
Copyright © 2021 The Apache Software Foundation