LimeWire Consolidated API

org.limewire.rudp
Class AbstractNBSocketChannel

java.lang.Object
  extended by java.nio.channels.spi.AbstractInterruptibleChannel
      extended by java.nio.channels.SelectableChannel
          extended by java.nio.channels.spi.AbstractSelectableChannel
              extended by java.nio.channels.SocketChannel
                  extended by 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


Constructor Summary
AbstractNBSocketChannel(SelectorProvider provider)
           
 
Method Summary
abstract  AbstractNBSocket socket()
           
 
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.nio.channels.spi.AbstractSelectableChannel
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, register
 
Methods inherited from class java.nio.channels.SelectableChannel
register
 
Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel
begin, close, end, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 

Constructor Detail

AbstractNBSocketChannel

public AbstractNBSocketChannel(SelectorProvider provider)
Method Detail

socket

public abstract AbstractNBSocket socket()
Specified by:
socket in class SocketChannel

LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.