Class CFStreamErrorHTTPAuthentication


  • public final class CFStreamErrorHTTPAuthentication
    extends java.lang.Object
    CFStreamErrorHTTPAuthentication Discussion: Authentication errors which may be returned as a result of trying to apply authentication to a request. These errors are in the kCFStreamErrorDomainHTTP domain.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BadPassword
      The password was in a format not suitable for applying to the request.
      static int BadUserName
      The username was in a format not suitable for applying to the request.
      static int TypeUnsupported
      The type of authentication to be applied to a request is not supported.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TypeUnsupported

        public static final int TypeUnsupported
        The type of authentication to be applied to a request is not supported.
        See Also:
        Constant Field Values
      • BadUserName

        public static final int BadUserName
        The username was in a format not suitable for applying to the request.
        See Also:
        Constant Field Values
      • BadPassword

        public static final int BadPassword
        The password was in a format not suitable for applying to the request.
        See Also:
        Constant Field Values