|
|||||||||
| Home >> All >> org >> mobicents >> slee >> resource >> [ sip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mobicents.slee.resource.sip
Class SipStackProxy

java.lang.Objectorg.mobicents.slee.resource.sip.SipStackProxy
- public class SipStackProxy
- extends java.lang.Object
Title: SIP_RA
Description: JAIN SIP Resource Adaptor
Copyright: Copyright (c) 2005
Company: Lucent Technologies
- Version:
- 1.0
| Nested Class Summary | |
private class |
SipStackProxy.MyIterator
Title: SIP_RA |
| Field Summary | |
private SipProvider |
proxy
|
private SipStack |
stack
|
| Constructor Summary | |
SipStackProxy(SipStack stack,
SipProviderProxy proxy)
|
|
| Method Summary | |
ListeningPoint |
createListeningPoint(int _int,
java.lang.String string)
createListeningPoint |
SipProvider |
createSipProvider(ListeningPoint listeningPoint)
createSipProvider |
void |
deleteListeningPoint(ListeningPoint listeningPoint)
deleteListeningPoint |
void |
deleteSipProvider(SipProvider sipProvider)
deleteSipProvider |
java.lang.String |
getIPAddress()
getIPAddress |
java.util.Iterator |
getListeningPoints()
getListeningPoints |
Router |
getRouter()
getRouter |
java.util.Iterator |
getSipProviders()
getSipProviders |
java.lang.String |
getStackName()
getStackName |
boolean |
isRetransmissionFilterActive()
isRetransmissionFilterActive |
void |
release()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
stack
private SipStack stack
proxy
private SipProvider proxy
| Constructor Detail |
SipStackProxy
public SipStackProxy(SipStack stack,
SipProviderProxy proxy)
| Method Detail |
release
public void release()
createListeningPoint
public ListeningPoint createListeningPoint(int _int,
java.lang.String string)
throws TransportNotSupportedException,
InvalidArgumentException
- createListeningPoint
createSipProvider
public SipProvider createSipProvider(ListeningPoint listeningPoint)
throws ObjectInUseException
- createSipProvider
deleteListeningPoint
public void deleteListeningPoint(ListeningPoint listeningPoint)
throws ObjectInUseException
- deleteListeningPoint
deleteSipProvider
public void deleteSipProvider(SipProvider sipProvider)
throws ObjectInUseException
- deleteSipProvider
getIPAddress
public java.lang.String getIPAddress()
- getIPAddress
getListeningPoints
public java.util.Iterator getListeningPoints()
- getListeningPoints
getRouter
public Router getRouter()
- getRouter
getSipProviders
public java.util.Iterator getSipProviders()
- getSipProviders
getStackName
public java.lang.String getStackName()
- getStackName
isRetransmissionFilterActive
public boolean isRetransmissionFilterActive()
- isRetransmissionFilterActive
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> resource >> [ sip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mobicents.slee.resource.sip.SipStackProxy