Searched defs:DatagramSocket (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java31 * DatagramPacket}. A {@code DatagramSocket} object can be used for both
37 public class DatagramSocket implements Closeable { class in inherits:Closeable
64 public DatagramSocket() throws SocketException { method in class:DatagramSocket
78 public DatagramSocket(int aPort) throws SocketException { method in class:DatagramSocket
95 public DatagramSocket(int aPort, InetAddress addr) throws SocketException { method in class:DatagramSocket
365 * Constructs a new {@code DatagramSocket} using the specific datagram
367 * DatagramSocket} will not be bound.
372 protected DatagramSocket(DatagramSocketImpl socketImpl) { method in class:DatagramSocket
380 * Constructs a new {@code DatagramSocket} bound to the host/port specified
382 * DatagramSocket} i
391 public DatagramSocket(SocketAddress localAddr) throws SocketException { method in class:DatagramSocket
[all...]

Completed in 34 milliseconds