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

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

KEY_BSF_SERVER_FQDN_STRING

Added in API level 33
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

Added in API level 33
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

Added in API level 33
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

Added in API level 33
public static final String KEY_PREFIX

Prefix of all bsf.KEY_* constants.

Constant Value: "bsf."