Class CFStreamErrorHTTP


  • public final class CFStreamErrorHTTP
    extends java.lang.Object
    CFStreamErrorHTTP Discussion: Errors from the kCFStreamErrorDomainHTTP domain.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BadURL
      Could not retreive url for request/response.
      static int ParseFailure
      Could not parse the request/response.
      static int RedirectionLoop
      A loop was detected during redirection.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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