|
All Packages Class Hierarchy This Package Previous Next Index Class java.net.DatagramSocketImpljava.lang.Object | +----java.net.DatagramSocketImpl
localPortprotected int localPortfd protected FileDescriptor fd
DatagramSocketImplpublic DatagramSocketImpl() createprotected abstract void create() throws SocketException
protected abstract void bind(int lport, InetAddress laddr) throws SocketException
protected abstract void send(DatagramPacket p) throws IOException
protected abstract int peek(InetAddress i) throws IOException
protected abstract void receive(DatagramPacket p) throws IOException
protected abstract void setTTL(byte ttl) throws IOException
protected abstract byte getTTL() throws IOException
protected abstract void join(InetAddress inetaddr) throws IOException
protected abstract void leave(InetAddress inetaddr) throws IOException
protected abstract void close()
protected int getLocalPort()
protected FileDescriptor getFileDescriptor()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |