|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainResolver
The DomainResolver
provides an interface for DNS querying SipURI
synchronously and asynchronously.
Field Summary | |
---|---|
static java.lang.String |
IBM_TTL_PARAM
|
Method Summary | |
---|---|
java.util.List<javax.servlet.sip.SipURI> |
locate(javax.servlet.sip.SipURI sipUri)
query DNS synchronously for SIP Uri. |
void |
locate(javax.servlet.sip.SipURI sipUri,
DomainResolverListener drListener,
javax.servlet.sip.SipSession sipSession)
query DNS asynchronously for SIP Uri. |
Field Detail |
---|
static final java.lang.String IBM_TTL_PARAM
Method Detail |
---|
java.util.List<javax.servlet.sip.SipURI> locate(javax.servlet.sip.SipURI sipUri) throws SipURIResolveException
sipUri
-
SipURIResolveException
void locate(javax.servlet.sip.SipURI sipUri, DomainResolverListener drListener, javax.servlet.sip.SipSession sipSession) throws SipURIResolveException
sipUri
- drListener
- listener which will be triggered once query is completed.sipSession
- sip session which this query is related for.
SipURIResolveException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |