CarrierConfigManager.Bsf
public
static
final
class
CarrierConfigManager.Bsf
extends Object
java.lang.Object | |
↳ | android.telephony.CarrierConfigManager.Bsf |
This groups the BSF (BootStrapping Function) related configs. Reference: 3GPP TS 24.109.
Summary
Constants | |
---|---|
String |
KEY_BSF_SERVER_FQDN_STRING
Specifies the fully qualified domain name (FQDN) of BSF Server as per 3GPP 24.109. |
String |
KEY_BSF_SERVER_PORT_INT
Specifies the port number of the BSF server as per 3GPP 24.109. |
String |
KEY_BSF_TRANSPORT_TYPE_INT
Specifies the transport type used in communication with BSF server. |
String |
KEY_PREFIX
Prefix of all bsf.KEY_* constants. |
Inherited methods | |
---|---|
Constants
KEY_BSF_SERVER_FQDN_STRING
public static final String KEY_BSF_SERVER_FQDN_STRING
Specifies the fully qualified domain name (FQDN) of BSF Server as per 3GPP 24.109.
Constant Value: "bsf.bsf_server_fqdn_string"
KEY_BSF_SERVER_PORT_INT
public static final String KEY_BSF_SERVER_PORT_INT
Specifies the port number of the BSF server as per 3GPP 24.109. This is usually default port number of HTTP, i.e. 80.
Constant Value: "bsf.bsf_server_port_int"
KEY_BSF_TRANSPORT_TYPE_INT
public static final String KEY_BSF_TRANSPORT_TYPE_INT
Specifies the transport type used in communication with BSF server.
Possible values are,
Ims#PREFERRED_TRANSPORT_TCP
,
Ims#PREFERRED_TRANSPORT_TLS
If key is invalid or not configured, the default value
Ims#PREFERRED_TRANSPORT_TCP
will apply.
Constant Value: "bsf.bsf_transport_type_int"
KEY_PREFIX
public static final String KEY_PREFIX
Prefix of all bsf.KEY_* constants.
Constant Value: "bsf."