Package apple.cfnetwork.enums
Class Enums
- java.lang.Object
-
- apple.cfnetwork.enums.Enums
-
public final class Enums extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intkCFStreamErrorSOCKS4IdConflictrequest rejected because the client program and identd report different user-idsstatic intkCFStreamErrorSOCKS4IdentdFailedrequest rejected because SOCKS server cannot connect to identd on the clientstatic intkCFStreamErrorSOCKS4RequestFailedrequest rejected or failedstatic intkCFStreamErrorSOCKS4SubDomainResponseError code is the status code returned by the serverstatic intkCFStreamErrorSOCKS5BadResponseAddrstatic intkCFStreamErrorSOCKS5BadStatestatic intkCFStreamErrorSOCKS5SubDomainMethodError code is the server's desired negotiation methodstatic intkCFStreamErrorSOCKS5SubDomainResponseError code is the response code that the server returned in reply to the connection requeststatic intkCFStreamErrorSOCKS5SubDomainUserPassError code is the status code that the server returnedstatic intkCFStreamErrorSOCKSSubDomainNoneError code is a general SOCKS errorstatic intkCFStreamErrorSOCKSSubDomainVersionCodeError code is the version of SOCKS which the server wishes to usestatic intkCFStreamErrorSOCKSUnknownClientVersionstatic intkSOCKS5NoAcceptableMethodother values indicate the server's desired method
-
-
-
Field Detail
-
kCFStreamErrorSOCKS5BadResponseAddr
public static final int kCFStreamErrorSOCKS5BadResponseAddr
- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS5BadState
public static final int kCFStreamErrorSOCKS5BadState
- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKSUnknownClientVersion
public static final int kCFStreamErrorSOCKSUnknownClientVersion
- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS4RequestFailed
public static final int kCFStreamErrorSOCKS4RequestFailed
request rejected or failed- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS4IdentdFailed
public static final int kCFStreamErrorSOCKS4IdentdFailed
request rejected because SOCKS server cannot connect to identd on the client- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS4IdConflict
public static final int kCFStreamErrorSOCKS4IdConflict
request rejected because the client program and identd report different user-ids- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKSSubDomainNone
public static final int kCFStreamErrorSOCKSSubDomainNone
Error code is a general SOCKS error- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKSSubDomainVersionCode
public static final int kCFStreamErrorSOCKSSubDomainVersionCode
Error code is the version of SOCKS which the server wishes to use- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS4SubDomainResponse
public static final int kCFStreamErrorSOCKS4SubDomainResponse
Error code is the status code returned by the server- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS5SubDomainUserPass
public static final int kCFStreamErrorSOCKS5SubDomainUserPass
Error code is the status code that the server returned- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS5SubDomainMethod
public static final int kCFStreamErrorSOCKS5SubDomainMethod
Error code is the server's desired negotiation method- See Also:
- Constant Field Values
-
kCFStreamErrorSOCKS5SubDomainResponse
public static final int kCFStreamErrorSOCKS5SubDomainResponse
Error code is the response code that the server returned in reply to the connection request- See Also:
- Constant Field Values
-
kSOCKS5NoAcceptableMethod
public static final int kSOCKS5NoAcceptableMethod
other values indicate the server's desired method- See Also:
- Constant Field Values
-
-