org.limewire.rudp
Class AbstractNBSocketChannel
java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.SocketChannel
org.limewire.rudp.AbstractNBSocketChannel
- All Implemented Interfaces:
- Closeable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
- Direct Known Subclasses:
- UDPSocketChannel
public abstract class AbstractNBSocketChannel
- extends SocketChannel
| Methods inherited from class java.nio.channels.SocketChannel |
connect, finishConnect, isConnected, isConnectionPending, open, open, read, read, read, validOps, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNBSocketChannel
public AbstractNBSocketChannel(SelectorProvider provider)
socket
public abstract AbstractNBSocket socket()
- Specified by:
socket in class SocketChannel
Copyright © 2009. All Rights Reserved.