java.lang.Object java.net.DatagramSocketImpl
protected abstract void bind(int lport, InetAddress laddr) throws SocketException
protected abstract void close()
protected void connect(InetAddress address, int port) throws SocketException
protected abstract void create() throws SocketException
public DatagramSocketImpl()
protected void disconnect()
protected FileDescriptor fd
protected FileDescriptor getFileDescriptor()
protected int getLocalPort()
protected abstract int getTimeToLive() throws IOException
setTimeToLive(int)
@Deprecated protected abstract byte getTTL() throws IOException
setTTL(byte)
protected abstract void join(InetAddress inetaddr) throws IOException
protected abstract void joinGroup(SocketAddress mcastaddr, NetworkInterface netIf) throws IOException
protected abstract void leave(InetAddress inetaddr) throws IOException
protected abstract void leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf) throws IOException
protected int localPort
protected abstract int peek(InetAddress i) throws IOException
protected abstract int peekData(DatagramPacket p) throws IOException
protected abstract void receive(DatagramPacket p) throws IOException
protected abstract void send(DatagramPacket p) throws IOException
protected abstract void setTimeToLive(int ttl) throws IOException
getTimeToLive()
@Deprecated protected abstract void setTTL(byte ttl) throws IOException
getTTL()