java.lang.Object | |
↳ | android.net.sip.SipProfile |
Defines a SIP profile, including a SIP account, domain and server information.
You can create a SipProfile
using SipProfile.Builder
. You can also retrieve one from a SipSession
, using getLocalProfile()
and getPeerProfile()
.
For more information about using SIP, read the Session Initiation Protocol developer guide.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SipProfile.Builder | Helper class for creating a SipProfile . |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
| |||||||||||
Gets the username for authentication.
| |||||||||||
Gets the flag of 'Auto Registration'.
| |||||||||||
Gets the display name of the user.
| |||||||||||
Gets the password.
| |||||||||||
Gets the port number of the SIP server.
| |||||||||||
Gets the (user-defined) name of the profile.
| |||||||||||
Gets the protocol used to connect to the server.
| |||||||||||
Gets the network address of the server outbound proxy.
| |||||||||||
Gets the flag of 'Sending keep-alive'.
| |||||||||||
Gets the SIP domain.
| |||||||||||
Gets the SIP URI string of this profile.
| |||||||||||
Gets the username.
| |||||||||||
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Gets the username for authentication. If it is null, then the username is used in authentication instead.
Gets the flag of 'Auto Registration'.
Gets the display name of the user.
Gets the port number of the SIP server.
Gets the (user-defined) name of the profile.
Gets the protocol used to connect to the server.
Gets the network address of the server outbound proxy.
Gets the flag of 'Sending keep-alive'.
Gets the SIP URI string of this profile.
Flatten this object in to a Parcel.
out | The Parcel in which the object should be written. |
---|---|
flags | Additional flags about how the object should be written.
May be 0 or PARCELABLE_WRITE_RETURN_VALUE .
|