This commit is contained in:
zzz
2011-11-07 14:21:07 +00:00
parent 67cc3ad5b0
commit 8ecf423dfc
5 changed files with 13 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ import net.i2p.I2PException;
import java.net.ConnectException;
import java.nio.channels.SelectableChannel;
/**
* @since 0.8.11
*/
public abstract class AcceptingChannel extends SelectableChannel {
abstract I2PSocket accept() throws I2PException, ConnectException;
I2PSocketManager _socketManager;