104105106107108109110
socket.close(); } } this.socket = socket; config = new DefaultDatagramChannelConfig(this, socket); }
65666768697071
socket.setBroadcast(false); } catch (SocketException e) { throw new ChannelException( "Failed to configure the datagram socket timeout.", e); } config = new DefaultDatagramChannelConfig(socket); }
109110111112113114115