我正在嘗試創建一個SOAP客戶端。但不斷收到此錯誤。任何想法爲什麼?我試圖改變IP但仍然是相同的錯誤。 MulticastSocket.Java public void joinGroup(InetAddress mcastaddr) throws IOException {
if (isClosed()) {
throw new SocketException("Socke
我有一些代碼從多播套接字讀取數據直到用戶定義的結束時間。如果線程通過調用Thread.interrupt(或通過您可以提出的任何其他用戶啓動的操作)中斷,我還想停止讀取數據。當線程中斷時,我無法弄清楚如何獲得通知。現有的代碼如下: // These are the constants I am given
final int mcastPort = ...;
final InetAddre