public class

TransactionSettings

extends Object
java.lang.Object
   ↳ com.android.mms.transaction.TransactionSettings

Class Overview

Container of transaction settings. Instances of this class are contained within Transaction instances to allow overriding of the default APN settings or of the MMS Client.

Summary

Public Constructors
TransactionSettings(Context context, String apnName)
Constructor that uses the default settings of the MMS Client.
TransactionSettings(String mmscUrl, String proxyAddr, int proxyPort)
Constructor that overrides the default settings of the MMS Client.
Public Methods
String getMmscUrl()
String getProxyAddress()
int getProxyPort()
boolean isProxySet()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TransactionSettings (Context context, String apnName)

Constructor that uses the default settings of the MMS Client.

Parameters
context The context of the MMS Client

public TransactionSettings (String mmscUrl, String proxyAddr, int proxyPort)

Constructor that overrides the default settings of the MMS Client.

Parameters
mmscUrl The MMSC URL
proxyAddr The proxy address
proxyPort The port used by the proxy address immediately start a SendTransaction upon completion of a NotificationTransaction, false otherwise.

Public Methods

public String getMmscUrl ()

public String getProxyAddress ()

public int getProxyPort ()

public boolean isProxySet ()