Package | Description |
---|---|
examples.websocket | |
gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
javax.sip.address |
This package contains interfaces
that represent the Addressing components of the SIP protocol.
|
test.tck.factory | |
test.unit.gov.nist.javax.sip.stack | |
test.unit.gov.nist.javax.sip.stack.subsnotify |
Modifier and Type | Method and Description |
---|---|
ClientTransaction |
B2BUA.call(SipURI destination) |
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.
|
Modifier and Type | Method and Description |
---|---|
protected SipURI |
AddressFactoryTest.createRiSipURI(String name,
String address) |
protected SipURI |
AddressFactoryTest.createTiSipURI(String name,
String address) |
Modifier and Type | Field and Description |
---|---|
protected SipURI |
NoAutoDialogTest.requestUri |
Constructor and Description |
---|
Subscriber.InDialogSubscriber(SipURI uri) |
Copyright © 2018. All Rights Reserved.