org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFStreamErrorHTTPAuthentication

Enclosing interface:
CFNetworkLibrary

public static interface CFNetworkLibrary.CFStreamErrorHTTPAuthentication

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.
enum values


Field Summary
static int kCFStreamErrorHTTPAuthenticationBadPassword
          The password was in a format not suitable for applying to the
request.
static int kCFStreamErrorHTTPAuthenticationBadUserName
          The username was in a format not suitable for applying to the
request.
static int kCFStreamErrorHTTPAuthenticationTypeUnsupported
          The type of authentication to be applied to a request is not
supported.
 

Field Detail

kCFStreamErrorHTTPAuthenticationTypeUnsupported

static final int kCFStreamErrorHTTPAuthenticationTypeUnsupported
The type of authentication to be applied to a request is not
supported.

See Also:
Constant Field Values

kCFStreamErrorHTTPAuthenticationBadUserName

static final int kCFStreamErrorHTTPAuthenticationBadUserName
The username was in a format not suitable for applying to the
request.

See Also:
Constant Field Values

kCFStreamErrorHTTPAuthenticationBadPassword

static final int kCFStreamErrorHTTPAuthenticationBadPassword
The password was in a format not suitable for applying to the
request.

See Also:
Constant Field Values