Class AcceptingChannel

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel

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. Unimplemented, unlikely to ever be implemented.
Since:
0.8.11