Uses of Class
org.apache.nutch.net.protocols.Response.TruncatedContentReason
-
Packages that use Response.TruncatedContentReason Package Description org.apache.nutch.net.protocols Helper classes related to theProtocol
interface, see alsoorg.apache.nutch.protocol
.org.apache.nutch.protocol.okhttp Protocol plugin for HTTP/HTTPS based on okhttp, supports HTTP 1.1 and/or http/2. -
-
Uses of Response.TruncatedContentReason in org.apache.nutch.net.protocols
Methods in org.apache.nutch.net.protocols that return Response.TruncatedContentReason Modifier and Type Method 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. -
Uses of Response.TruncatedContentReason in org.apache.nutch.protocol.okhttp
Methods in org.apache.nutch.protocol.okhttp that return Response.TruncatedContentReason Modifier and Type Method Description Response.TruncatedContentReason
OkHttpResponse.TruncatedContent. getReason()
Methods in org.apache.nutch.protocol.okhttp with parameters of type Response.TruncatedContentReason Modifier and Type Method Description void
OkHttpResponse.TruncatedContent. setReason(Response.TruncatedContentReason val)
-