Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 JXME 上运行 JxtaServerSocket。不幸的是,我无法获取已连接 Socket 的远程对等 id:
JxtaSocket jsocket = (JxtaSocket) socket; JxtaSocketAddress addr = ((JxtaSocketAddress) jsocket.getRemoteSocketAddress());
addr.getPeerID() 为空。它适用于 JXSE,但我迷失在 JXME 上。有人有想法吗?
非常感谢 ;)
至少自 JXTA 2.5 版以来,JXME 就没有得到维护(社区中没有人承担这一职责)。我们在 JXTA 2.5 中发现了几个错误,并在 2.6 和 2.7 中更正了它们。我们为回归等实现了 JUnit 测试……这在 JXME 中从未做过。
JXME 中很可能存在几个错误,这可以解释您的问题。