android.net.sip
Class SipProfile.Builder

java.lang.Object
  extended by android.net.sip.SipProfile.Builder
Enclosing class:
SipProfile

public static class SipProfile.Builder
extends Object


Constructor Summary
SipProfile.Builder(SipProfile profile)
           
SipProfile.Builder(String uriString)
           
SipProfile.Builder(String username, String serverDomain)
           
 
Method Summary
 SipProfile build()
           
 SipProfile.Builder setAuthUserName(String name)
           
 SipProfile.Builder setAutoRegistration(boolean flag)
           
 SipProfile.Builder setDisplayName(String displayName)
           
 SipProfile.Builder setOutboundProxy(String outboundProxy)
           
 SipProfile.Builder setPassword(String password)
           
 SipProfile.Builder setPort(int port)
           
 SipProfile.Builder setProfileName(String name)
           
 SipProfile.Builder setProtocol(String protocol)
           
 SipProfile.Builder setSendKeepAlive(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipProfile.Builder

public SipProfile.Builder(SipProfile profile)

SipProfile.Builder

public SipProfile.Builder(String uriString)
                   throws ParseException
Throws:
ParseException

SipProfile.Builder

public SipProfile.Builder(String username,
                          String serverDomain)
                   throws ParseException
Throws:
ParseException
Method Detail

setAuthUserName

public SipProfile.Builder setAuthUserName(String name)

setProfileName

public SipProfile.Builder setProfileName(String name)

setPassword

public SipProfile.Builder setPassword(String password)

setPort

public SipProfile.Builder setPort(int port)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException

setProtocol

public SipProfile.Builder setProtocol(String protocol)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

setOutboundProxy

public SipProfile.Builder setOutboundProxy(String outboundProxy)

setDisplayName

public SipProfile.Builder setDisplayName(String displayName)

setSendKeepAlive

public SipProfile.Builder setSendKeepAlive(boolean flag)

setAutoRegistration

public SipProfile.Builder setAutoRegistration(boolean flag)

build

public SipProfile build()


Copyright © 2008-2012. All Rights Reserved.