?? httpsconnection.html
字號:
</TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/microedition/io/HttpsConnection.html#getPort()">getPort</A></B>()</CODE><BR> Returns the network port number of the URL for this <code>HttpsConnection</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/microedition/io/SecurityInfo.html">SecurityInfo</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/microedition/io/HttpsConnection.html#getSecurityInfo()">getSecurityInfo</A></B>()</CODE><BR> Return the security information associated with this successfully opened connection.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.microedition.io.HttpConnection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.microedition.io.<A HREF="../../../javax/microedition/io/HttpConnection.html">HttpConnection</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../javax/microedition/io/HttpConnection.html#getDate()">getDate</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getExpiration()">getExpiration</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getFile()">getFile</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHeaderField(int)">getHeaderField</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHeaderField(java.lang.String)">getHeaderField</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHeaderFieldDate(java.lang.String, long)">getHeaderFieldDate</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHeaderFieldInt(java.lang.String, int)">getHeaderFieldInt</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHeaderFieldKey(int)">getHeaderFieldKey</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getHost()">getHost</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getLastModified()">getLastModified</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getProtocol()">getProtocol</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getQuery()">getQuery</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getRef()">getRef</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getRequestMethod()">getRequestMethod</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getRequestProperty(java.lang.String)">getRequestProperty</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getResponseCode()">getResponseCode</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getResponseMessage()">getResponseMessage</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#getURL()">getURL</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#setRequestMethod(java.lang.String)">setRequestMethod</A>, <A HREF="../../../javax/microedition/io/HttpConnection.html#setRequestProperty(java.lang.String, java.lang.String)">setRequestProperty</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.microedition.io.ContentConnection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.microedition.io.ContentConnection</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getEncoding, getLength, getType</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.microedition.io.InputConnection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.microedition.io.InputConnection</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>openDataInputStream, openInputStream</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.microedition.io.Connection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.microedition.io.Connection</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>close</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.microedition.io.OutputConnection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.microedition.io.OutputConnection</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>openDataOutputStream, openOutputStream</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getSecurityInfo()"><!-- --></A><H3>getSecurityInfo</H3><PRE>public <A HREF="../../../javax/microedition/io/SecurityInfo.html">SecurityInfo</A> <B>getSecurityInfo</B>() throws java.io.IOException</PRE><DL><DD>Return the security information associated with this successfully opened connection. If the connection is still in <CODE>Setup</CODE> state then the connection is initiated to establish the secure connection to the server. The method returns when the connection is established and the <CODE>Certificate</CODE> supplied by the server has been validated. The <CODE>SecurityInfo</CODE> is only returned if the connection has been successfully made to the server.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the security information associated with this open connection.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an arbitrary connection failure occurs</DL></DD></DL><HR><A NAME="getPort()"><!-- --></A><H3>getPort</H3><PRE>public int <B>getPort</B>()</PRE><DL><DD>Returns the network port number of the URL for this <code>HttpsConnection</code>.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../javax/microedition/io/HttpConnection.html#getPort()">getPort</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/io/HttpConnection.html">HttpConnection</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the network port number of the URL for this <code>HttpsConnection</code>. The default HTTPS port number (443) is returned if there was no port number in the string passed to <code>Connector.open</code>.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpsConnection.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="#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><strong>MIDP 2.0</strong></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../javax/microedition/io/HttpConnection.html"><B>PREV CLASS</B></A> <B>NEXT CLASS</B></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="HttpsConnection.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="mailto:jsr-118-comments@jcp.org">Send a comment or suggestion</a> Version 2.0 of Mobile Information Device Profile Specification<br>Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.</font></BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -