net.i2p.client.streaming
Class AcceptingChannel
java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
net.i2p.client.streaming.AcceptingChannel
- All Implemented Interfaces:
- Closeable, Channel, InterruptibleChannel
- Direct Known Subclasses:
- AcceptingChannelImpl
public abstract class AcceptingChannel
- extends SelectableChannel
As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(),
until we implement an I2P SocketAddress class.
Warning, this interface and implementation is preliminary and subject to change without notice.
- Since:
- 0.8.11
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_socketManager
protected final I2PSocketManager _socketManager
AcceptingChannel
AcceptingChannel(I2PSocketManager manager)
accept
abstract I2PSocket accept()
throws I2PException,
ConnectException
- Throws:
I2PException
ConnectException