Uses of Class
com.sipresponse.flibblecallmgr.internal.Line

Packages that use Line
com.sipresponse.flibblecallmgr.internal   
com.sipresponse.flibblecallmgr.internal.actions   
com.sipresponse.flibblecallmgr.internal.handlers   
com.sipresponse.flibblecallmgr.internal.util   
 

Uses of Line in com.sipresponse.flibblecallmgr.internal
 

Methods in com.sipresponse.flibblecallmgr.internal that return Line
 Line LineManager.findLine(javax.sip.address.SipURI uri)
           
 Line LineManager.getLine(java.lang.String sLineHandle)
           
 

Methods in com.sipresponse.flibblecallmgr.internal that return types with arguments of type Line
 java.util.Vector<Line> LineManager.getLines()
           
 

Constructors in com.sipresponse.flibblecallmgr.internal with parameters of type Line
SipKeepAlive(CallManager callMgr, Line line)
           
 

Uses of Line in com.sipresponse.flibblecallmgr.internal.actions
 

Constructors in com.sipresponse.flibblecallmgr.internal.actions with parameters of type Line
OptionsAction(CallManager callMgr, Line line)
           
RegisterAction(CallManager callMgr, Line line)
           
 

Uses of Line in com.sipresponse.flibblecallmgr.internal.handlers
 

Constructors in com.sipresponse.flibblecallmgr.internal.handlers with parameters of type Line
Handler(CallManager callMgr, Call call, Line line, javax.sip.RequestEvent requestEvent)
           
 

Uses of Line in com.sipresponse.flibblecallmgr.internal.util
 

Methods in com.sipresponse.flibblecallmgr.internal.util with parameters of type Line
static void AuthenticationHelper.processResponseAuthorization(CallManager callMgr, Line line, javax.sip.message.Response response, javax.sip.message.Request newRequest, boolean forRegister)