java.net
Class DatagramSocketImpl
java.lang.Object
java.net.DatagramSocketImpl
- All Implemented Interfaces:
- SocketOptions
public abstract class DatagramSocketImpl
- extends Object
- implements SocketOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fd
protected FileDescriptor fd
localPort
protected int localPort
DatagramSocketImpl
public DatagramSocketImpl()
bind
protected abstract void bind(int var0,
InetAddress var1)
throws SocketException
- Throws:
SocketException
close
protected abstract void close()
create
protected abstract void create()
throws SocketException
- Throws:
SocketException
getFileDescriptor
protected FileDescriptor getFileDescriptor()
getLocalPort
protected int getLocalPort()
getOption
public abstract Object getOption(int var0)
throws SocketException
- Specified by:
getOption
in interface SocketOptions
- Throws:
SocketException
getTimeToLive
protected abstract int getTimeToLive()
throws IOException
- Throws:
IOException
join
protected abstract void join(InetAddress var0)
throws IOException
- Throws:
IOException
leave
protected abstract void leave(InetAddress var0)
throws IOException
- Throws:
IOException
peek
protected abstract int peek(InetAddress var0)
throws IOException
- Throws:
IOException
receive
protected abstract void receive(DatagramPacket var0)
throws IOException
- Throws:
IOException
send
protected abstract void send(DatagramPacket var0)
throws IOException
- Throws:
IOException
setOption
public abstract void setOption(int var0,
Object var1)
throws SocketException
- Specified by:
setOption
in interface SocketOptions
- Throws:
SocketException
setTimeToLive
protected abstract void setTimeToLive(int var0)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.