Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
android.gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
android.javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
Modifier and Type | Method and Description |
---|---|
ViaHeader |
ListeningPointExt.createViaHeader()
Create a Via header for this listening point.
|
ViaHeader |
ListeningPointImpl.createViaHeader() |
Modifier and Type | Interface and Description |
---|---|
interface |
ViaHeaderExt |
Modifier and Type | Class and Description |
---|---|
class |
Via
Via SIPHeader (these are strung together in a ViaList).
|
Modifier and Type | Method and Description |
---|---|
ViaHeader |
HeaderFactoryImpl.createViaHeader(String host,
int port,
String transport,
String branch)
Creates a new ViaHeader based on the newly supplied uri and branch values.
|
Modifier and Type | Method and Description |
---|---|
ViaHeader |
MessageExt.getTopmostViaHeader()
Get the topmost Via header.
|
ViaHeader |
SIPMessage.getTopmostViaHeader() |
Modifier and Type | Method and Description |
---|---|
ViaHeader |
HeaderFactory.createViaHeader(String host,
int port,
String transport,
String branch)
Creates a new ViaHeader based on the newly supplied uri and branch values.
|
Copyright © 2018. All Rights Reserved.