⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 peergroupid.html

📁 jxta的api库
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<TD COLSPAN=2>Methods in <A HREF="../../../../net/jxta/impl/id/binaryID/package-summary.html">net.jxta.impl.id.binaryID</A> with parameters of type <A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/codat/CodatID.html" title="class in net.jxta.codat">CodatID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newCodatID(net.jxta.peergroup.PeerGroupID)">newCodatID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new CodatID Instance. A new random CodatID is created for  the provided Peer Group. This type of CodatID can be used as a  canonical reference for dynamic content.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/codat/CodatID.html" title="class in net.jxta.codat">CodatID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newCodatID(net.jxta.peergroup.PeerGroupID, byte[])">newCodatID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID,           byte[]&nbsp;seed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new CodatID instance. A new CodatID is created for the  provided Peer Group. This type of CodatID can be used as a  canonical reference for dynamic content.  <p/>This varient of CodatID allows you to create "Well-known" codats  within the context of diverse groups. This can be useful for common  services that need to do discovery without advertisements or for  network organization services.  Because of the potential for ID  collisions and the difficulties with maintaining common service  interfaces this varient of CodatID should be used with great caution  and pre-planning.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/codat/CodatID.html" title="class in net.jxta.codat">CodatID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newCodatID(net.jxta.peergroup.PeerGroupID, java.io.InputStream)">newCodatID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID,           java.io.InputStream&nbsp;in)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new CodatID instance. A new random CodatID is created for  the provided Peer Group and contains a hash value for the Codat data.  This type of Codat ID is most appropriate for static content. By  including a hash value this form of Codat ID provides greater assurance  of the canonical property of IDs. It also allows the document content  returned when this ID is used to be verified to ensure it has not been   altered.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/codat/CodatID.html" title="class in net.jxta.codat">CodatID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newCodatID(net.jxta.peergroup.PeerGroupID, byte[], java.io.InputStream)">newCodatID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID,           byte[]&nbsp;idValue,           java.io.InputStream&nbsp;in)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new CodatID instance. A new CodatID is created for the  provided Peer Group and contains a hash value for the Codat data.  By including a hash value this form of Codat ID provides greater  assurance of the canonical property of IDs. It also allows the  document content returned when this ID is used to be verified to  ensure it has not been altered. This type of Codat ID is most  appropriate for static content.  <p/>This varient of CodatID allows you to create "Well-known" codats  within the context of diverse groups. This can be useful for common  services that need to do discovery without advertisements or for  network organization services.  Because of the potential for ID  collisions and the difficulties with maintaining common service  interfaces this varient of CodatID should be used with great caution  and pre-planning.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/peer/PeerID.html" title="class in net.jxta.peer">PeerID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPeerID(net.jxta.peergroup.PeerGroupID)">newPeerID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PeerID instance. A new random peer id will be generated.  The PeerID will be a member of the provided group.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/peer/PeerID.html" title="class in net.jxta.peer">PeerID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPeerID(net.jxta.peergroup.PeerGroupID, byte[])">newPeerID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID,          byte[]&nbsp;idValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PeerID instance. A new PeerID will be generated.  The PeerID will be a member of the provided group.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPeerGroupID(net.jxta.peergroup.PeerGroupID)">newPeerGroupID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;parent)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PeerGroupID instance with the specified parent group. A new random peer group id will be generated.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPeerGroupID(net.jxta.peergroup.PeerGroupID, byte[])">newPeerGroupID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;parent,               byte[]&nbsp;idValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PeerGroupID instance with the specified parent group.  A new PeerGroupID will be generated using the provided seed  information.  <p/>This method allows you to create "Well-known" PeerGroupIDs.  This is similar to how the JXTA "World Peer Group" and "Net  Peer Group". "Well-known" IDs can be useful for common services  that need to do  discovery without advertisements or for network  organization  services. Because of the potential for ID collisions  and the difficulties with maintaining common service interfaces this  varient of PeerGroupID should be used with great caution and  pre-planning.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/pipe/PipeID.html" title="class in net.jxta.pipe">PipeID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPipeID(net.jxta.peergroup.PeerGroupID)">newPipeID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PipeID instance. A new random PipeID will be generated.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/pipe/PipeID.html" title="class in net.jxta.pipe">PipeID</A></CODE></FONT></TD><TD><CODE><B>Instantiator.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/Instantiator.html#newPipeID(net.jxta.peergroup.PeerGroupID, byte[])">newPipeID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;groupID,          byte[]&nbsp;idValue)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PipeID instance. A new pipe id will be generated with the  provided seed information. The Pipe ID will be a member of the provided  group.  <p/>This varient of PipeID allows you to create "Well-known" pipes  within the context of diverse groups. This can be useful for common  services that need to do discovery without advertisements or for  network organization services.  Because of the potential for ID  collisions and the difficulties with maintaining common service  interfaces this varient of PipeID should be used with great caution  and pre-planning.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B>IDFormat.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/IDFormat.html#childGroup(net.jxta.peergroup.PeerGroupID)">childGroup</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;peerGroupID)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method used to strip only the most significant peer group ID. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/impl/id/binaryID/PipeBinaryID.html" title="class in net.jxta.impl.id.binaryID">PipeBinaryID</A></CODE></FONT></TD><TD><CODE><B>DigestTool.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/DigestTool.html#createPipeID(net.jxta.peergroup.PeerGroupID, java.lang.String, java.lang.String)">createPipeID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;peerGroupID,             java.lang.String&nbsp;clearTextID,             java.lang.String&nbsp;function)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a PipeID based on the BinaryID type with a digest of the clearTextID and function.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/impl/id/binaryID/PeerGroupBinaryID.html" title="class in net.jxta.impl.id.binaryID">PeerGroupBinaryID</A></CODE></FONT></TD><TD><CODE><B>DigestTool.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/DigestTool.html#createPeerGroupID(net.jxta.peergroup.PeerGroupID, java.lang.String, java.lang.String)">createPeerGroupID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;parentPeerGroupID,                  java.lang.String&nbsp;clearTextID,                  java.lang.String&nbsp;function)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a PeerGroupID based on the BinaryID type with a digest of the clearTextID and function.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../net/jxta/impl/id/binaryID/PeerBinaryID.html" title="class in net.jxta.impl.id.binaryID">PeerBinaryID</A></CODE></FONT></TD><TD><CODE><B>DigestTool.</B><B><A HREF="../../../../net/jxta/impl/id/binaryID/DigestTool.html#createPeerID(net.jxta.peergroup.PeerGroupID, java.lang.String, java.lang.String)">createPeerID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;peerGroupID,             java.lang.String&nbsp;clearTextID,             java.lang.String&nbsp;function)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a PeerID based on the BinaryID type with a digest of the clearTextID and function.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../net/jxta/impl/id/binaryID/package-summary.html">net.jxta.impl.id.binaryID</A> with parameters of type <A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../net/jxta/impl/id/binaryID/PipeBinaryID.html#PipeBinaryID(net.jxta.peergroup.PeerGroupID, byte[], boolean)">PipeBinaryID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A>&nbsp;parent,             byte[]&nbsp;data,             boolean&nbsp;lengthIncluded)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../net/jxta/impl/id/binaryID/PeerGroupBinaryID.html#PeerGroupBinaryID(net.jxta.peergroup.PeerGroupID, byte[], boolean)">PeerGroupBinaryID</A></B>(<A HREF="../../../../net/jxta/peergroup/PeerGroupID.html" title="class in net.jxta.peergroup">PeerGroupID</A

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -