android.net.sip
Class SipProfile

java.lang.Object
  extended by android.net.sip.SipProfile
All Implemented Interfaces:
Parcelable, Serializable, Cloneable

public class SipProfile
extends Object
implements Parcelable, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class SipProfile.Builder
           
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<SipProfile> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 String getAuthUserName()
           
 boolean getAutoRegistration()
           
 String getDisplayName()
           
 String getPassword()
           
 int getPort()
           
 String getProfileName()
           
 String getProtocol()
           
 String getProxyAddress()
           
 boolean getSendKeepAlive()
           
 String getSipDomain()
           
 String getUriString()
           
 String getUserName()
           
 void writeToParcel(Parcel out, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<SipProfile> CREATOR
Method Detail

writeToParcel

public void writeToParcel(Parcel out,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

getUriString

public String getUriString()

getDisplayName

public String getDisplayName()

getUserName

public String getUserName()

getAuthUserName

public String getAuthUserName()

getPassword

public String getPassword()

getSipDomain

public String getSipDomain()

getPort

public int getPort()

getProtocol

public String getProtocol()

getProxyAddress

public String getProxyAddress()

getProfileName

public String getProfileName()

getSendKeepAlive

public boolean getSendKeepAlive()

getAutoRegistration

public boolean getAutoRegistration()


Copyright © 2008-2012. All Rights Reserved.