Package | Description |
---|---|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip.address |
This package contains interfaces
that represent the Addressing components of the SIP protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SipURIExt
URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.
|
Modifier and Type | Class and Description |
---|---|
class |
SipUri
Implementation of the SipURI interface.
|
Modifier and Type | Method and Description |
---|---|
SipURI |
AddressFactoryImpl.createSipURI(String uri)
create a sip uri.
|
SipURI |
AddressFactoryEx.createSipURI(String sipUri)
Creates SipURI instance from passed string.
|
SipURI |
AddressFactoryImpl.createSipURI(String user,
String host)
Create a SipURI
|
Modifier and Type | Method and Description |
---|---|
protected Hop |
DefaultRouter.createHop(SipURI sipUri,
Request request)
Utility method to create a hop from a SIP URI
|
void |
NioWebSocketMessageChannel.rewriteUri(SipURI uri) |
Modifier and Type | Method and Description |
---|---|
SipURI |
AddressFactory.createSipURI(String user,
String host)
Creates a SipURI based on the given user and host components.
|
Copyright © 2015. All Rights Reserved.