Package apple.foundation.enums
Class NSURLRequestNetworkServiceType
- java.lang.Object
-
- apple.foundation.enums.NSURLRequestNetworkServiceType
-
public final class NSURLRequestNetworkServiceType extends java.lang.Object[@enum] NSURLRequestNetworkServiceType The NSURLRequestNetworkServiceType enum defines constants that can be used to specify the service type to associate with this request. The service type is used to provide the networking layers a hint of the purpose of the request. [@constant] NSURLNetworkServiceTypeDefault Is the default value for an NSURLRequest when created. This value should be left unchanged for the vast majority of requests. [@constant] NSURLNetworkServiceTypeVoIP Specifies that the request is for voice over IP control traffic. [@constant] NSURLNetworkServiceTypeVideo Specifies that the request is for video traffic. [@constant] NSURLNetworkServiceTypeBackground Specifies that the request is for background traffic (such as a file download). [@constant] NSURLNetworkServiceTypeVoice Specifies that the request is for voice data. [@constant] NSURLNetworkServiceTypeResponsiveData Specifies that the request is for responsive (time sensitive) data. [@constant] NSURLNetworkServiceTypeAVStreaming Specifies that the request is streaming audio/video data. [@constant] NSURLNetworkServiceTypeResponsiveAV Specifies that the request is for responsive (time sensitive) audio/video data. [@constant] NSURLNetworkServiceTypeCallSignaling Specifies that the request is for call signaling.
-
-
Field Summary
Fields Modifier and Type Field Description static longAVStreamingMultimedia Audio/Video Streamingstatic longBackgroundBackground trafficstatic longCallSignalingCall Signalingstatic longDefaultStandard internet trafficstatic longResponsiveAVResponsive Multimedia Audio/Videostatic longResponsiveDataResponsive datastatic longVideoVideo trafficstatic longVoiceVoice datastatic longVoIPVoice over IP control traffic
-
-
-
Field Detail
-
Default
public static final long Default
Standard internet traffic- See Also:
- Constant Field Values
-
VoIP
public static final long VoIP
Voice over IP control traffic- See Also:
- Constant Field Values
-
Video
public static final long Video
Video traffic- See Also:
- Constant Field Values
-
Background
public static final long Background
Background traffic- See Also:
- Constant Field Values
-
Voice
public static final long Voice
Voice data- See Also:
- Constant Field Values
-
CallSignaling
public static final long CallSignaling
Call Signaling- See Also:
- Constant Field Values
-
ResponsiveData
public static final long ResponsiveData
Responsive data- See Also:
- Constant Field Values
-
AVStreaming
public static final long AVStreaming
Multimedia Audio/Video Streaming- See Also:
- Constant Field Values
-
ResponsiveAV
public static final long ResponsiveAV
Responsive Multimedia Audio/Video- See Also:
- Constant Field Values
-
-