java.lang.Object | ||
↳ | com.htc.net.FourG.FourGManager.QosServiceFlowControl | |
↳ | com.htc.net.wimax.Wimax4GManager.WimaxQosServiceFlowControl |
This class provides access to and control of the potential QoS service flows between the Mobile Station and the serving Base Station. The methods in this class cause the implementation to affect actions on the BS-MS link for various potential and BS-accepted service flows.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of service flows that have been created by the terminal and submitted to
the network, or which available from (pre-configured in) the network, both active anc potential.
| |||||||||||
Attempts to initiate an actual service flow.
| |||||||||||
Attempts to pause a previously initiated service flow.
| |||||||||||
Attempts to resume a previously paused service flow.
| |||||||||||
Causes a previously specified (by UE) or available (from network) service flow to be submitted to
network to determine if network will admit the service flow at this time.
| |||||||||||
Attempts to stop a previously initiated or pause service flow.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns a list of service flows that have been created by the terminal and submitted to the network, or which available from (pre-configured in) the network, both active anc potential. Operation is synchronous.
Attempts to initiate an actual service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intnet QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.
Attempts to pause a previously initiated service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.
Attempts to resume a previously paused service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.
Causes a previously specified (by UE) or available (from network) service flow to be submitted to network to determine if network will admit the service flow at this time. Returns detailed error code if any immediate request errors are detected. Operation is asynchronous, and application must wait for intent OQS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.
Attempts to stop a previously initiated or pause service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.