SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.netaddr
Class SharedDatagramSocketImpl

java.lang.Object
  extended by java.net.DatagramSocket
      extended by net.java.sip.communicator.impl.netaddr.SharedDatagramSocketImpl

public class SharedDatagramSocketImpl
extends DatagramSocket

Author:
Emil Ivov

Constructor Summary
SharedDatagramSocketImpl()
           
 
Method Summary
 void receive(DatagramPacket pack)
           
 
Methods inherited from class java.net.DatagramSocket
bind, close, connect, connect, disconnect, getBroadcast, getChannel, getInetAddress, getLocalAddress, getLocalPort, getLocalSocketAddress, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoTimeout, getTrafficClass, isBound, isClosed, isConnected, send, setBroadcast, setDatagramSocketImplFactory, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoTimeout, setTrafficClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedDatagramSocketImpl

SharedDatagramSocketImpl()
                   throws SocketException
Throws:
SocketException
Method Detail

receive

public void receive(DatagramPacket pack)
             throws IOException
Overrides:
receive in class DatagramSocket
Throws:
IOException

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.