📄 deprecated-list.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed Nov 15 07:55:50 PST 2006 -->
<TITLE>
Deprecated List (JSIP API v1.2)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Deprecated List (JSIP API v1.2)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>JSIP API v1.2<br><font size=-1>November 2006</font></b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Deprecated API</B></H2>
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
<LI><A HREF="#field">Deprecated Fields</A>
<LI><A HREF="#method">Deprecated Methods</A>
</UL>
<A NAME="field"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Fields</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/DialogState.html#_COMPLETED">javax.sip.DialogState._COMPLETED</A>
<BR>
<I>Since v1.2. This state does not exist in a dialog.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/DialogState.html#COMPLETED">javax.sip.DialogState.COMPLETED</A>
<BR>
<I>Since v1.2. This state does not exist in a dialog.</I> </TD>
</TR>
</TABLE>
<P>
<A NAME="method"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Deprecated Methods</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/ClientTransaction.html#createAck()">javax.sip.ClientTransaction.createAck()</A>
<BR>
<I>Since v1.2. As a transaction that received a 2xx response terminates immediately, it cannot be used for creating the corresponding ACK. If this transaction created a dialog, the <A HREF="javax/sip/Dialog.html#createAck(long)"><CODE>Dialog.createAck(long)</CODE></A> method should be used. Otherwise the stack will automatically create and send the ACK for non-2xx responses that need to be acknowledged. That is the application should never need to use this method.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/HeaderFactory.html#createCSeqHeader(int, java.lang.String)">javax.sip.header.HeaderFactory.createCSeqHeader(int, String)</A>
<BR>
<I>Since 1.2. Use <A HREF="javax/sip/header/HeaderFactory.html#createCSeqHeader(long, java.lang.String)"><CODE>HeaderFactory.createCSeqHeader(long, String)</CODE></A> method with type long.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/SipStack.html#createListeningPoint(int, java.lang.String)">javax.sip.SipStack.createListeningPoint(int, String)</A>
<BR>
<I>Since v1.2. This has been replaced by <A HREF="javax/sip/SipStack.html#createListeningPoint(java.lang.String, int, java.lang.String)"><CODE>SipStack.createListeningPoint(String, int, String)</CODE></A> For backwards compatibility with v1.1 implementations should support this method. Implementations should throw <it>TransportNotSupportedException</it> if the Properties specified during stack creation do not include an IP Address.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/TimeStampHeader.html#getDelay()">javax.sip.header.TimeStampHeader.getDelay()</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/TimeStampHeader.html#getTimeDelay()"><CODE>TimeStampHeader.getTimeDelay()</CODE></A>.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/Dialog.html#getFirstTransaction()">javax.sip.Dialog.getFirstTransaction()</A>
<BR>
<I>Since v1.2. Reduces the amount of state that the stack needs to keep track of.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/SipProvider.html#getListeningPoint()">javax.sip.SipProvider.getListeningPoint()</A>
<BR>
<I>Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will return the first ListeningPoint of the list of ListeningPoints associated with the SipProvider. This method has been replaced with <A HREF="javax/sip/SipProvider.html#getListeningPoints()"><CODE>SipProvider.getListeningPoints()</CODE></A>.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/Dialog.html#getLocalSequenceNumber()">javax.sip.Dialog.getLocalSequenceNumber()</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/Dialog.html#getLocalSeqNumber()"><CODE>Dialog.getLocalSeqNumber()</CODE></A> with type long.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/address/Router.html#getNextHops(javax.sip.message.Request)">javax.sip.address.Router.getNextHops(Request)</A>
<BR>
<I>Since v1.2. This method is replaced with <A HREF="javax/sip/address/Router.html#getNextHop(javax.sip.message.Request)"><CODE>Router.getNextHop(Request)</CODE></A> method which returns the next Hop for this request.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/Dialog.html#getRemoteSequenceNumber()">javax.sip.Dialog.getRemoteSequenceNumber()</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/Dialog.html#getRemoteSeqNumber()"><CODE>Dialog.getRemoteSeqNumber()</CODE></A> with type long.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/CSeqHeader.html#getSequenceNumber()">javax.sip.header.CSeqHeader.getSequenceNumber()</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/CSeqHeader.html#getSeqNumber()"><CODE>CSeqHeader.getSeqNumber()</CODE></A> with type long.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/TimeStampHeader.html#getTimeStamp()">javax.sip.header.TimeStampHeader.getTimeStamp()</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/TimeStampHeader.html#getTime()"><CODE>TimeStampHeader.getTime()</CODE></A>.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/WWWAuthenticateHeader.html#getURI()">javax.sip.header.WWWAuthenticateHeader.getURI()</A>
<BR>
<I>Since v1.2. URI is not a supported parameter for this header. This method should return null.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/SipStack.html#isRetransmissionFilterActive()">javax.sip.SipStack.isRetransmissionFilterActive()</A>
<BR>
<I>Since v1.2. This retransmission filter property has been deprecated as a SIP Stack property. Applications can enable retransmission alerts by using the <A HREF="javax/sip/ServerTransaction.html#enableRetransmissionAlerts()"><CODE>ServerTransaction.enableRetransmissionAlerts()</CODE></A> method.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/TimeStampHeader.html#setDelay(float)">javax.sip.header.TimeStampHeader.setDelay(float)</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/TimeStampHeader.html#setTimeDelay(int)"><CODE>TimeStampHeader.setTimeDelay(int)</CODE></A>.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/SipProvider.html#setListeningPoint(javax.sip.ListeningPoint)">javax.sip.SipProvider.setListeningPoint(ListeningPoint)</A>
<BR>
<I>Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will add the ListeningPoint to the list of ListeningPoints associated with the SipProvider. This method has been replaced with <A HREF="javax/sip/SipProvider.html#addListeningPoint(javax.sip.ListeningPoint)"><CODE>SipProvider.addListeningPoint(ListeningPoint)</CODE></A>, the same semantics apply to this method.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/CSeqHeader.html#setSequenceNumber(int)">javax.sip.header.CSeqHeader.setSequenceNumber(int)</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/CSeqHeader.html#setSeqNumber(long)"><CODE>CSeqHeader.setSeqNumber(long)</CODE></A> with type long.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/TimeStampHeader.html#setTimeStamp(float)">javax.sip.header.TimeStampHeader.setTimeStamp(float)</A>
<BR>
<I>This method is replaced with <A HREF="javax/sip/header/TimeStampHeader.html#setTimeStamp(float)"><CODE>TimeStampHeader.setTimeStamp(float)</CODE></A>.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="javax/sip/header/WWWAuthenticateHeader.html#setURI(javax.sip.address.URI)">javax.sip.header.WWWAuthenticateHeader.setURI(URI)</A>
<BR>
<I>Since v1.2. URI is not a supported parameter for this header.</I> </TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>JSIP API v1.2<br><font size=-1>November 2006</font></b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<center>If you have any comments, please mail them to <a href=mailto:JAIN-SIP-INTEREST@java.sun.com>JAIN-SIP-INTEREST@java.sun.com</a> after subscribing at <a href=http://archives.java.sun.com>http://archives.java.sun.com</a><br><a href=/copyright.html>Copyright</a> - 2006 BEA Systems and Sun Microsystems</center>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -