📄 transport.html
字号:
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../net/jxta/ext/config/Address.html" title="class in net.jxta.ext.config">Address</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#removePublicAddress(net.jxta.ext.config.PublicAddress)">removePublicAddress</A></B>(<A HREF="../../../../net/jxta/ext/config/PublicAddress.html" title="class in net.jxta.ext.config">PublicAddress</A> address)</CODE><BR> Description of the Method</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setAddress(net.jxta.ext.config.Address)">setAddress</A></B>(<A HREF="../../../../net/jxta/ext/config/Address.html" title="class in net.jxta.ext.config">Address</A> address)</CODE><BR> Sets the address attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setAddresses(java.util.List)">setAddresses</A></B>(java.util.List addresses)</CODE><BR> Sets the addresses attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setEnabled(boolean)">setEnabled</A></B>(boolean isEnabled)</CODE><BR> Sets the enabled attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setIncoming(boolean)">setIncoming</A></B>(boolean isIncoming)</CODE><BR> Sets the incoming attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setOutgoing(boolean)">setOutgoing</A></B>(boolean isOutgoing)</CODE><BR> Sets the outgoing attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setProxy(boolean)">setProxy</A></B>(boolean isProxyEnabled)</CODE><BR> Sets the proxy attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setProxyAddress(net.jxta.ext.config.ProxyAddress)">setProxyAddress</A></B>(<A HREF="../../../../net/jxta/ext/config/ProxyAddress.html" title="class in net.jxta.ext.config">ProxyAddress</A> proxy)</CODE><BR> Sets the proxyAddress attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setPublicAddress(net.jxta.ext.config.PublicAddress)">setPublicAddress</A></B>(<A HREF="../../../../net/jxta/ext/config/PublicAddress.html" title="class in net.jxta.ext.config">PublicAddress</A> address)</CODE><BR> Sets the publicAddress attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setPublicAddresses(java.util.List)">setPublicAddresses</A></B>(java.util.List addresses)</CODE><BR> Sets the publicAddresses attribute of the Transport object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../net/jxta/ext/config/Transport.html#setScheme(java.lang.String)">setScheme</A></B>(java.lang.String scheme)</CODE><BR> Sets the scheme attribute of the Transport object</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="Transport(java.lang.String)"><!-- --></A><H3>Transport</H3><PRE>public <B>Transport</B>(java.lang.String scheme)</PRE><DL><DD>Constructor for the Transport object<P><DT><B>Parameters:</B><DD><CODE>scheme</CODE> - Description of the Parameter</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getScheme()"><!-- --></A><H3>getScheme</H3><PRE>public java.lang.String <B>getScheme</B>()</PRE><DL><DD>Gets the scheme attribute of the Transport object<P><DD><DL><DT><B>Returns:</B><DD>The scheme value</DL></DD></DL><HR><A NAME="setScheme(java.lang.String)"><!-- --></A><H3>setScheme</H3><PRE>public void <B>setScheme</B>(java.lang.String scheme) throws java.lang.IllegalArgumentException</PRE><DL><DD>Sets the scheme attribute of the Transport object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>scheme</CODE> - The new scheme value<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE></DL></DD></DL><HR><A NAME="isEnabled()"><!-- --></A><H3>isEnabled</H3><PRE>public boolean <B>isEnabled</B>()</PRE><DL><DD>Gets the enabled attribute of the Transport object<P><DD><DL><DT><B>Returns:</B><DD>The enabled value</DL></DD></DL><HR><A NAME="setEnabled(boolean)"><!-- --></A><H3>setEnabled</H3><PRE>public void <B>setEnabled</B>(boolean isEnabled)</PRE><DL><DD>Sets the enabled attribute of the Transport object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>isEnabled</CODE> - The new enabled value</DL></DD></DL><HR><A NAME="isIncoming()"><!-- --></A><H3>isIncoming</H3><PRE>public boolean <B>isIncoming</B>()</PRE><DL><DD>Gets the incoming attribute of the Transport object<P><DD><DL><DT><B>Returns:</B><DD>The incoming value</DL></DD></DL><HR><A NAME="setIncoming(boolean)"><!-- --></A><H3>setIncoming</H3><PRE>public void <B>setIncoming</B>(boolean isIncoming)</PRE><DL><DD>Sets the incoming attribute of the Transport object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>isIncoming</CODE> - The new incoming value</DL></DD></DL><HR><A NAME="isOutgoing()"><!-- --></A><H3>isOutgoing</H3><PRE>public boolean <B>isOutgoing</B>()</PRE><DL><DD>Gets the outgoing attribute of the Transport object<P><DD><DL><DT><B>Returns:</B><DD>The outgoing value</DL></DD></DL><HR><A NAME="setOutgoing(boolean)"><!-- --></A><H3>setOutgoing</H3><PRE>public void <B>setOutgoing</B>(boolean isOutgoing)</PRE><DL><DD>Sets the outgoing attribute of the Transport object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>isOutgoing</CODE> - The new outgoing value</DL></DD></DL><HR><A NAME="getAddresses()"><!-- --></A><H3>getAddresses</H3><PRE>public java.util.List <B>getAddresses</B>()</PRE><DL><DD>Gets the addresses attribute of the Transport object<P><DD><DL><DT><B>Returns:</B><DD>The addresses value</DL></DD></DL><HR><A NAME="setAddress(net.jxta.ext.config.Address)"><!-- --></A><H3>setAddress</H3><PRE>public void <B>setAddress</B>(<A HREF="../../../../net/jxta/ext/config/Address.html" title="class in net.jxta.ext.config">Address</A> address)</PRE><DL><DD>Sets the address attribute of the Transport object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>address</CODE> - The new address value</DL></DD></DL><HR><A NAME="setAddresses(java.util.List)"><!-- --></A><H3>setAddresses</H3><PRE>public void <B>setAddresses</B>(java.util.List addresses)</PRE><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -