📄 index-all.html
字号:
<DT><A HREF="javax/microedition/sip/SipRefreshHelper.html" title="class in javax.microedition.sip"><B>SipRefreshHelper</B></A> - class javax.microedition.sip.<A HREF="javax/microedition/sip/SipRefreshHelper.html" title="class in javax.microedition.sip">SipRefreshHelper</A>.<DD>This class implements the functionality that facilitates the handling of refreshing requests on behalf of the application.<DT><A HREF="javax/microedition/sip/SipRefreshListener.html" title="interface in javax.microedition.sip"><B>SipRefreshListener</B></A> - interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipRefreshListener.html" title="interface in javax.microedition.sip">SipRefreshListener</A>.<DD>Listener interface for <tt>RefreshHelper</tt> events.<DT><A HREF="javax/microedition/sip/SipServerConnection.html" title="interface in javax.microedition.sip"><B>SipServerConnection</B></A> - interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipServerConnection.html" title="interface in javax.microedition.sip">SipServerConnection</A>.<DD><tt>SipServerConnection</tt> represents a SIP server transaction.<DT><A HREF="javax/microedition/sip/SipServerConnectionListener.html" title="interface in javax.microedition.sip"><B>SipServerConnectionListener</B></A> - interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipServerConnectionListener.html" title="interface in javax.microedition.sip">SipServerConnectionListener</A>.<DD>Listener interface for incoming SIP requests.<DT><A HREF="javax/microedition/sip/SipConnection.html#send()"><B>send()</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipConnection.html" title="interface in javax.microedition.sip">SipConnection</A>
<DD>Sends the SIP message.
<DT><A HREF="javax/microedition/sip/SipClientConnection.html#setCredentials(java.lang.String, java.lang.String, java.lang.String)"><B>setCredentials(String, String, String)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipClientConnection.html" title="interface in javax.microedition.sip">SipClientConnection</A>
<DD>Sets credentials for possible digest authentication.
<DT><A HREF="javax/microedition/sip/SipClientConnection.html#setCredentials(java.lang.String[], java.lang.String[], java.lang.String[])"><B>setCredentials(String[], String[], String[])</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipClientConnection.html" title="interface in javax.microedition.sip">SipClientConnection</A>
<DD>Sets multiple credential triplets for possible digest authentication.
<DT><A HREF="javax/microedition/sip/SipAddress.html#setDisplayName(java.lang.String)"><B>setDisplayName(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the display name.
<DT><A HREF="javax/microedition/sip/SipConnection.html#setErrorListener(javax.microedition.sip.SipErrorListener)"><B>setErrorListener(SipErrorListener)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipConnection.html" title="interface in javax.microedition.sip">SipConnection</A>
<DD>Sets the listener for error notifications.
<DT><A HREF="javax/microedition/sip/SipConnection.html#setHeader(java.lang.String, java.lang.String)"><B>setHeader(String, String)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipConnection.html" title="interface in javax.microedition.sip">SipConnection</A>
<DD>Sets header value in SIP message.
<DT><A HREF="javax/microedition/sip/SipAddress.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the host part of the SIP address.
<DT><A HREF="javax/microedition/sip/SipClientConnection.html#setListener(javax.microedition.sip.SipClientConnectionListener)"><B>setListener(SipClientConnectionListener)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipClientConnection.html" title="interface in javax.microedition.sip">SipClientConnection</A>
<DD>Sets the listener for incoming responses.
<DT><A HREF="javax/microedition/sip/SipConnectionNotifier.html#setListener(javax.microedition.sip.SipServerConnectionListener)"><B>setListener(SipServerConnectionListener)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipConnectionNotifier.html" title="interface in javax.microedition.sip">SipConnectionNotifier</A>
<DD>Sets a listener for incoming SIP requests.
<DT><A HREF="javax/microedition/sip/SipHeader.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipHeader.html" title="class in javax.microedition.sip">SipHeader</A>
<DD>Sets the header name, for example <tt>Contact</tt>
<DT><A HREF="javax/microedition/sip/SipAddress.html#setParameter(java.lang.String, java.lang.String)"><B>setParameter(String, String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the named URI parameter to the specified value.
<DT><A HREF="javax/microedition/sip/SipHeader.html#setParameter(java.lang.String, java.lang.String)"><B>setParameter(String, String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipHeader.html" title="class in javax.microedition.sip">SipHeader</A>
<DD>Sets value of header parameter.
<DT><A HREF="javax/microedition/sip/SipAddress.html#setPort(int)"><B>setPort(int)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the port number of the SIP address.
<DT><A HREF="javax/microedition/sip/SipServerConnection.html#setReasonPhrase(java.lang.String)"><B>setReasonPhrase(String)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipServerConnection.html" title="interface in javax.microedition.sip">SipServerConnection</A>
<DD>Changes the default reason phrase.
<DT><A HREF="javax/microedition/sip/SipClientConnection.html#setRequestURI(java.lang.String)"><B>setRequestURI(String)</B></A> -
Method in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipClientConnection.html" title="interface in javax.microedition.sip">SipClientConnection</A>
<DD>Sets Request-URI explicitly.
<DT><A HREF="javax/microedition/sip/SipAddress.html#setScheme(java.lang.String)"><B>setScheme(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the scheme of SIP address.
<DT><A HREF="javax/microedition/sip/SipAddress.html#setURI(java.lang.String)"><B>setURI(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the URI part of the SIP address (without parameters).
<DT><A HREF="javax/microedition/sip/SipAddress.html#setUser(java.lang.String)"><B>setUser(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Sets the user part of SIP address.
<DT><A HREF="javax/microedition/sip/SipHeader.html#setValue(java.lang.String)"><B>setValue(String)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipHeader.html" title="class in javax.microedition.sip">SipHeader</A>
<DD>Sets the header value as String without parameters.
<DT><A HREF="javax/microedition/sip/SipRefreshHelper.html#stop(int)"><B>stop(int)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipRefreshHelper.html" title="class in javax.microedition.sip">SipRefreshHelper</A>
<DD>Stop refreshing a specific request related to refeshID.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="javax/microedition/sip/SipDialog.html#TERMINATED"><B>TERMINATED</B></A> -
Static variable in interface javax.microedition.sip.<A HREF="javax/microedition/sip/SipDialog.html" title="interface in javax.microedition.sip">SipDialog</A>
<DD>
<DT><A HREF="javax/microedition/sip/SipException.html#TRANSACTION_UNAVAILABLE"><B>TRANSACTION_UNAVAILABLE</B></A> -
Static variable in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipException.html" title="class in javax.microedition.sip">SipException</A>
<DD>System can not open any new transactions.
<DT><A HREF="javax/microedition/sip/SipException.html#TRANSPORT_NOT_SUPPORTED"><B>TRANSPORT_NOT_SUPPORTED</B></A> -
Static variable in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipException.html" title="class in javax.microedition.sip">SipException</A>
<DD>The requested transport is not supported
<DT><A HREF="javax/microedition/sip/SipAddress.html#toString()"><B>toString()</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipAddress.html" title="class in javax.microedition.sip">SipAddress</A>
<DD>Returns a fully qualified SIP address, with display name, URI and URI parameters.
<DT><A HREF="javax/microedition/sip/SipHeader.html#toString()"><B>toString()</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipHeader.html" title="class in javax.microedition.sip">SipHeader</A>
<DD>Returns the String representation of the header according to header type.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="javax/microedition/sip/SipException.html#UNKNOWN_LENGTH"><B>UNKNOWN_LENGTH</B></A> -
Static variable in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipException.html" title="class in javax.microedition.sip">SipException</A>
<DD>Used when for example Content-Length is not set before filling the message body.
<DT><A HREF="javax/microedition/sip/SipException.html#UNKNOWN_TYPE"><B>UNKNOWN_TYPE</B></A> -
Static variable in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipException.html" title="class in javax.microedition.sip">SipException</A>
<DD>Used when for example Content-Type is not set before filling the message body.
<DT><A HREF="javax/microedition/sip/SipRefreshHelper.html#update(int, java.lang.String[], java.lang.String, int, int)"><B>update(int, String[], String, int, int)</B></A> -
Method in class javax.microedition.sip.<A HREF="javax/microedition/sip/SipRefreshHelper.html" title="class in javax.microedition.sip">SipRefreshHelper</A>
<DD>Updates one refreshed request with new values.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A>
<!-- ======= 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=3 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="javax/microedition/sip/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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>
</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" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.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>
<font size=-1>Copyright © 2003-2007 Nokia Corporation. All Rights Reserved.<br/> Java is a trademark of Sun Microsystems, Inc.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -