Uses of Interface
org.siprop.v2.b2bua.B2BUAInfo

Packages that use B2BUAInfo
org.siprop.v2.b2bua   
org.siprop.v2.b2bua.impl   
org.siprop.v2.b2bua.sip.info.impl   
 

Uses of B2BUAInfo in org.siprop.v2.b2bua
 

Methods in org.siprop.v2.b2bua that return B2BUAInfo
 B2BUAInfo B2BUAContext.getUAInfo(java.lang.String key)
          get UAInfo.
 

Methods in org.siprop.v2.b2bua that return types with arguments of type B2BUAInfo
 java.util.List<B2BUAInfo> B2BUAContext.getOpposeUAInfos(Context context)
          get opposed UAInfo list.
 java.util.List<B2BUAInfo> B2BUAContext.getSelfUAInfos(Context context)
          get self UAInfo list.
 

Methods in org.siprop.v2.b2bua with parameters of type B2BUAInfo
 void B2BUAContext.setUAInfo(java.lang.String key, B2BUAInfo uaSet)
          set UAInfo.
 

Uses of B2BUAInfo in org.siprop.v2.b2bua.impl
 

Methods in org.siprop.v2.b2bua.impl that return B2BUAInfo
 B2BUAInfo B2BUAContextImpl.getUAInfo(java.lang.String key)
           
 

Methods in org.siprop.v2.b2bua.impl that return types with arguments of type B2BUAInfo
 java.util.List<B2BUAInfo> B2BUAContextImpl.getOpposeUAInfos(Context context)
           
 java.util.List<B2BUAInfo> B2BUAContextImpl.getSelfUAInfos(Context context)
           
 

Methods in org.siprop.v2.b2bua.impl with parameters of type B2BUAInfo
 void B2BUAContextImpl.setUAInfo(java.lang.String key, B2BUAInfo uaSet)
           
 

Uses of B2BUAInfo in org.siprop.v2.b2bua.sip.info.impl
 

Classes in org.siprop.v2.b2bua.sip.info.impl that implement B2BUAInfo
 class DefaultSIPB2BUAInfo
          Default B2BUAInfo for SIP.