protected void sun.nio.ch.DatagramChannelImpl.finalize() throws java.io.IOException
static java.lang.Class sun.nio.ch.DatagramChannelImpl.class$(java.lang.String)
public int sun.nio.ch.DatagramChannelImpl.write(java.nio.ByteBuffer) throws java.io.IOException
public long sun.nio.ch.DatagramChannelImpl.write(java.nio.ByteBuffer[],int,int) throws java.io.IOException
public java.io.FileDescriptor sun.nio.ch.DatagramChannelImpl.getFD()
private static native void sun.nio.ch.DatagramChannelImpl.initIDs()
public int sun.nio.ch.DatagramChannelImpl.read(java.nio.ByteBuffer) throws java.io.IOException
public long sun.nio.ch.DatagramChannelImpl.read(java.nio.ByteBuffer[],int,int) throws java.io.IOException
private void sun.nio.ch.DatagramChannelImpl.ensureOpen() throws java.nio.channels.ClosedChannelException
public java.nio.channels.DatagramChannel sun.nio.ch.DatagramChannelImpl.connect(java.net.SocketAddress) throws java.io.IOException
public java.nio.channels.DatagramChannel sun.nio.ch.DatagramChannelImpl.disconnect() throws java.io.IOException
public boolean sun.nio.ch.DatagramChannelImpl.isConnected()
private int sun.nio.ch.DatagramChannelImpl.receive(java.io.FileDescriptor,java.nio.ByteBuffer) throws java.io.IOException
public java.net.SocketAddress sun.nio.ch.DatagramChannelImpl.receive(java.nio.ByteBuffer) throws java.io.IOException
public int sun.nio.ch.DatagramChannelImpl.send(java.nio.ByteBuffer,java.net.SocketAddress) throws java.io.IOException
private int sun.nio.ch.DatagramChannelImpl.send(java.io.FileDescriptor,java.nio.ByteBuffer,java.net.SocketAddress) throws java.io.IOException
public java.net.DatagramSocket sun.nio.ch.DatagramChannelImpl.socket()
protected void sun.nio.ch.DatagramChannelImpl.implCloseSelectableChannel() throws java.io.IOException
protected void sun.nio.ch.DatagramChannelImpl.implConfigureBlocking(boolean) throws java.io.IOException
public void sun.nio.ch.DatagramChannelImpl.bind(java.net.SocketAddress) throws java.io.IOException
private static native void sun.nio.ch.DatagramChannelImpl.disconnect0(java.io.FileDescriptor) throws java.io.IOException
void sun.nio.ch.DatagramChannelImpl.ensureOpenAndUnconnected() throws java.io.IOException
public int sun.nio.ch.DatagramChannelImpl.getFDVal()
public boolean sun.nio.ch.DatagramChannelImpl.isBound()
public void sun.nio.ch.DatagramChannelImpl.kill() throws java.io.IOException
public java.net.SocketAddress sun.nio.ch.DatagramChannelImpl.localAddress()
public sun.nio.ch.SocketOpts sun.nio.ch.DatagramChannelImpl.options()
private long sun.nio.ch.DatagramChannelImpl.read0(java.nio.ByteBuffer[]) throws java.io.IOException
private native int sun.nio.ch.DatagramChannelImpl.receive0(java.io.FileDescriptor,long,int,boolean) throws java.io.IOException
private int sun.nio.ch.DatagramChannelImpl.receiveIntoNativeBuffer(java.io.FileDescriptor,java.nio.ByteBuffer,int,int) throws java.io.IOException
public java.net.SocketAddress sun.nio.ch.DatagramChannelImpl.remoteAddress()
private native int sun.nio.ch.DatagramChannelImpl.send0(java.io.FileDescriptor,long,int,java.net.SocketAddress) throws java.io.IOException
private int sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(java.io.FileDescriptor,java.nio.ByteBuffer,java.net.SocketAddress) throws java.io.IOException
public void sun.nio.ch.DatagramChannelImpl.translateAndSetInterestOps(int,sun.nio.ch.SelectionKeyImpl)
public boolean sun.nio.ch.DatagramChannelImpl.translateAndSetReadyOps(int,sun.nio.ch.SelectionKeyImpl)
public boolean sun.nio.ch.DatagramChannelImpl.translateAndUpdateReadyOps(int,sun.nio.ch.SelectionKeyImpl)
public boolean sun.nio.ch.DatagramChannelImpl.translateReadyOps(int,int,sun.nio.ch.SelectionKeyImpl)
private long sun.nio.ch.DatagramChannelImpl.write0(java.nio.ByteBuffer[]) throws java.io.IOException
