Package apple.cfnetwork.enums
Class CFStreamErrorHTTP
- java.lang.Object
-
- apple.cfnetwork.enums.CFStreamErrorHTTP
-
public final class CFStreamErrorHTTP extends java.lang.ObjectCFStreamErrorHTTP Discussion: Errors from the kCFStreamErrorDomainHTTP domain.
-
-
Field Summary
Fields Modifier and Type Field Description static intBadURLCould not retreive url for request/response.static intParseFailureCould not parse the request/response.static intRedirectionLoopA loop was detected during redirection.
-
-
-
Field Detail
-
ParseFailure
public static final int ParseFailure
Could not parse the request/response.- See Also:
- Constant Field Values
-
RedirectionLoop
public static final int RedirectionLoop
A loop was detected during redirection.- See Also:
- Constant Field Values
-
BadURL
public static final int BadURL
Could not retreive url for request/response.- See Also:
- Constant Field Values
-
-