Package | Description |
---|---|
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Method and Description |
---|---|
Via |
ListeningPointImpl.getViaHeader() |
Modifier and Type | Method and Description |
---|---|
Via |
SIPMessage.getTopmostVia()
Get the topmost via header.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setHeader(SIPHeaderList<Via> sipHeaderList)
Set the header given a list of headers.
|
Modifier and Type | Method and Description |
---|---|
Via |
SIPDialog.getLastResponseTopMostVia() |
Via |
SIPClientTransactionImpl.getOutgoingViaHeader() |
Via |
SIPClientTransaction.getOutgoingViaHeader()
get the via header for an outgoing request.
|
Via |
SIPTransactionImpl.getViaHeader() |
Via |
SIPTransaction.getViaHeader()
Returns the Via header for this channel.
|
Via |
MessageProcessor.getViaHeader()
Get the Via header to assign for this message processor.
|
Via |
MessageChannel.getViaHeader()
Get the Via header for this transport.
|
Modifier and Type | Method and Description |
---|---|
SIPRequest |
SIPDialog.createRequest(SipUri requestURI,
Via via,
CSeq cseq,
From from,
To to)
Generate a request from a response.
|
Copyright © 2018. All Rights Reserved.