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 |
---|---|
boolean |
Utils.responseBelongsToUs(SIPResponse response) |
Modifier and Type | Method and Description |
---|---|
SIPResponse |
SIPRequest.createResponse(int statusCode)
Creates a default SIPResponse message for this request.
|
SIPResponse |
SIPRequest.createResponse(int statusCode,
String reasonPhrase)
Creates a default SIPResponse message for this request.
|
Modifier and Type | Field and Description |
---|---|
protected SIPResponse |
SIPTransactionImpl.lastResponse |
Modifier and Type | Method and Description |
---|---|
SIPResponse |
SIPTransactionImpl.getLastResponse() |
SIPResponse |
SIPTransaction.getLastResponse()
Get the last response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SIPClientTransactionImpl.checkFromTag(SIPResponse sipResponse) |
boolean |
SIPClientTransaction.checkFromTag(SIPResponse sipResponse)
Check if the From tag of the response matches the from tag of the original message.
|
void |
SIPDialog.checkRetransmissionForForking(SIPResponse response) |
SIPDialog |
SIPTransactionStack.createDialog(SIPClientTransaction transaction,
SIPResponse sipResponse)
Create a Dialog given a client tx and response.
|
SIPDialog |
SIPTransactionStack.createDialog(SipProviderImpl sipProvider,
SIPResponse sipResponse)
Create a Dialog given a sip provider and response.
|
void |
MessageChannel.logResponse(SIPResponse sipResponse,
long receptionTime,
String status)
Log a response received at this message channel.
|
ServerResponseInterface |
SIPTransactionStack.newSIPServerResponse(SIPResponse responseReceived,
MessageChannel responseMessageChannel)
Handles a new SIP response.
|
ServerResponseInterface |
StackMessageFactory.newSIPServerResponse(SIPResponse sipResponse,
MessageChannel msgChannel)
Generate a new server response for the stack.
|
void |
SIPClientTransactionImpl.processResponse(SIPResponse sipResponse,
MessageChannel incomingChannel) |
void |
ServerResponseInterface.processResponse(SIPResponse sipResponse,
MessageChannel incomingChannel)
This method is called prior to dialog assignment.
|
void |
SIPClientTransaction.processResponse(SIPResponse sipResponse,
MessageChannel incomingChannel) |
void |
SIPClientTransactionImpl.processResponse(SIPResponse transactionResponse,
MessageChannel sourceChannel,
SIPDialog dialog) |
void |
ServerResponseInterface.processResponse(SIPResponse sipResponse,
MessageChannel incomingChannel,
SIPDialog sipDialog)
Process the Response.
|
void |
SIPClientTransaction.processResponse(SIPResponse transactionResponse,
MessageChannel sourceChannel,
SIPDialog dialog)
Process a new response message through this transaction.
|
protected void |
SIPServerTransactionImpl.sendResponse(SIPResponse transactionResponse)
Send a response.
|
void |
SIPDialog.setLastResponse(SIPTransaction transaction,
SIPResponse sipResponse)
Set the last response for this dialog.
|
void |
SIPDialog.setResponseTags(SIPResponse sipResponse)
Check the tags of the response against the tags of the Dialog.
|
Constructor and Description |
---|
SIPDialog(SIPClientTransaction transaction,
SIPResponse sipResponse)
Constructor given a transaction and a response.
|
SIPDialog(SipProviderImpl sipProvider,
SIPResponse sipResponse)
create a sip dialog with a response ( no tx)
|
Copyright © 2016. All Rights Reserved.